From: Michael Tremer Date: Wed, 16 Apr 2025 13:58:22 +0000 (+0000) Subject: log streaming: Fix highlighting in CSS X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4f9275ab8ff32fce23337c51c32a35de9d7249e;p=pbs.git log streaming: Fix highlighting in CSS Signed-off-by: Michael Tremer --- diff --git a/src/scss/site.scss b/src/scss/site.scss index 5575927b..ce20eff7 100644 --- a/src/scss/site.scss +++ b/src/scss/site.scss @@ -115,21 +115,21 @@ html, body { // Keep any whitespace white-space: pre; - p.DEBUG { + .DEBUG { background-color: iv.$grey; color: bulmaFindColorInvert(iv.$grey); } - p.INFO { + .INFO { // Use the default text color } - p.WARNING { + .WARNING { background-color: dv.$warning; color: bulmaFindColorInvert(dv.$warning); } - p.ERROR { + .ERROR { background-color: dv.$danger; color: bulmaFindColorInvert(dv.$danger); }