From 989ace7ec0dfe0b9fe9477a68e405d5c4d530398 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 17 Jan 2024 15:26:03 -0600 Subject: [PATCH] adjust colors of poll bars --- core/css/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/css/theme.css b/core/css/theme.css index 9f2cc85..08a112f 100755 --- a/core/css/theme.css +++ b/core/css/theme.css @@ -96,9 +96,9 @@ --spoiler-border: 1px inset #1c1c1c; --poll-bar-color: #808080; - --poll-first-bar: #00FF00; - --poll-second-bar: #0000FF; - --poll-third-bar: #FF0000; + --poll-first-bar: #FFD900; + --poll-second-bar: #FFB120; + --poll-third-bar: #E0D0A0; --bar-bgcolor: #ffffff;