From 4256fc346184d26f5a3536729b295c5b10cf429c Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 17 Jan 2024 13:34:49 -0600 Subject: [PATCH] correct poll-bar css var --- core/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/theme.css b/core/css/theme.css index 3d6dbb9..9f2cc85 100755 --- a/core/css/theme.css +++ b/core/css/theme.css @@ -95,7 +95,7 @@ --spoiler-header-text: #E8E8E8; --spoiler-border: 1px inset #1c1c1c; - --poll-default-bar: #808080; + --poll-bar-color: #808080; --poll-first-bar: #00FF00; --poll-second-bar: #0000FF; --poll-third-bar: #FF0000;