]> git.mxchange.org Git - friendica.git/commitdiff
make warnings bold as well
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 9 May 2024 09:45:30 +0000 (11:45 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 9 May 2024 09:45:30 +0000 (11:45 +0200)
now the three most severe levels are bold, while the three less severe levels have a normal font weight

view/global.css

index 2f23de9fba9a3ab1c05ca3c23bfa316d33f1b60e..b17de54b34799dbe484a4b3ee144924b9b45f231 100644 (file)
@@ -764,6 +764,7 @@ figure.img-allocated-height img{
 }
 .loglevel-warning {
        color: #ff8c00; /* dark orange */
+       font-weight: bold;
 }
 .loglevel-error {
        color: #ff0000; /* red */