Merge branch '26-change-the-warning-color' into 'config'

Resolve "Change the warning color"

Closes #26

See merge request leftypol/leftypol!23
This commit is contained in:
Zankaria Auxa 2025-01-24 22:45:43 +00:00
commit 936669acb4

View file

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