mirror of
https://github.com/friendica/friendica
synced 2025-01-03 13:22:19 +00:00
make warnings bold as well
now the three most severe levels are bold, while the three less severe levels have a normal font weight
This commit is contained in:
parent
63a7536624
commit
aeb1382039
1 changed files with 1 additions and 0 deletions
|
@ -764,6 +764,7 @@ figure.img-allocated-height img{
|
|||
}
|
||||
.loglevel-warning {
|
||||
color: #ff8c00; /* dark orange */
|
||||
font-weight: bold;
|
||||
}
|
||||
.loglevel-error {
|
||||
color: #ff0000; /* red */
|
||||
|
|
Loading…
Reference in a new issue