From 158008e16594e2c074c907a2656466baa9d6d9cf Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 19 Aug 2022 13:57:08 +0200 Subject: fix weekdays color --- webAO/styles/chatbox/acww.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webAO') diff --git a/webAO/styles/chatbox/acww.css b/webAO/styles/chatbox/acww.css index 00b2b7f..1f6699e 100644 --- a/webAO/styles/chatbox/acww.css +++ b/webAO/styles/chatbox/acww.css @@ -184,9 +184,9 @@ right: 1%; top: 2%; color: white; - background: green; + background: #00b63c; background-size: 100% 40%; - border: 0.1em solid green; + border: 0.1em solid #00b63c; border-radius: 100%; } -- cgit