From 08674df6e77f1fa7ee6b94396ca13b6b5d868d3a Mon Sep 17 00:00:00 2001 From: Zankaria Date: Fri, 24 Jan 2025 23:43:55 +0100 Subject: [PATCH] style.css: make the warning orange --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 78bc7635..ea2ae058 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -818,7 +818,7 @@ span.public_ban { span.public_warning { display: block; - color: steelblue; + color: orange; font-weight: bold; margin-top: 15px; }