mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02: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 {
|
.loglevel-warning {
|
||||||
color: #ff8c00; /* dark orange */
|
color: #ff8c00; /* dark orange */
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.loglevel-error {
|
.loglevel-error {
|
||||||
color: #ff0000; /* red */
|
color: #ff0000; /* red */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue