Skip to content

Commit

Permalink
Increase specificity of output CSS variables
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Bodeen <[email protected]>
  • Loading branch information
gbodeen authored and vince-fugnitto committed May 21, 2021
1 parent d563b6b commit 2fda70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/output/src/browser/style/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
height: 100%;
}

.theia-output-error {
.theia-output .theia-output-error {
color: var(--theia-errorForeground);
}

.theia-output-warning {
.theia-output .theia-output-warning {
color: var(--theia-editorWarning-foreground);
}

0 comments on commit 2fda70e

Please sign in to comment.