style.css: make the warning orange

This commit is contained in:
Zankaria 2025-01-24 23:43:55 +01:00
parent 964ea43b84
commit 08674df6e7

View file

@ -818,7 +818,7 @@ span.public_ban {
span.public_warning {
display: block;
color: steelblue;
color: orange;
font-weight: bold;
margin-top: 15px;
}