]> git.ipfire.org Git - pbs.git/commitdiff
log streaming: Fix highlighting in CSS
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 16 Apr 2025 13:58:22 +0000 (13:58 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 16 Apr 2025 13:58:22 +0000 (13:58 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/site.scss

index 5575927b592313310a8777f2ae8efe315e1d32a7..ce20eff7e04dde0eba434bb8e3155f614358d164 100644 (file)
@@ -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);
        }