From 2fda70e947d687ca0dad3a66c8e9d6c4ba397a65 Mon Sep 17 00:00:00 2001 From: eadbobg Date: Fri, 14 May 2021 22:47:02 +0200 Subject: [PATCH] Increase specificity of output CSS variables Signed-off-by: Gabriel Bodeen --- packages/output/src/browser/style/output.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/output/src/browser/style/output.css b/packages/output/src/browser/style/output.css index a0b0c8c7b836d..9abad65c07056 100644 --- a/packages/output/src/browser/style/output.css +++ b/packages/output/src/browser/style/output.css @@ -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); }