diff --git a/src/root/static/css/logfile.css b/src/root/static/css/logfile.css index a48cf879..519338d4 100644 --- a/src/root/static/css/logfile.css +++ b/src/root/static/css/logfile.css @@ -81,6 +81,11 @@ em.storeref:hover span.popup { font-weight: bold; } +.errorLine { + color: darkorange; + font-weight: bold; +} + .prio3 { font-style: italic; }