From afa7dc106b52a4a7bef1a289dc8fd351b0a24a0e Mon Sep 17 00:00:00 2001 From: Midou Date: Sat, 1 Jul 2023 02:50:23 +0100 Subject: [PATCH] Change the color of vote buttons --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 430fdc3..d46f8c8 100644 --- a/src/style.css +++ b/src/style.css @@ -59,7 +59,7 @@ --kbin-topbar-border: 1px solid #4d5052; --kbin-sidebar-header-text-color: #909ea2; --kbin-sidebar-header-border: 1px solid #4a4a4a; - --kbin-vote-bg: #1c1c1c; + --kbin-vote-bg: #1e1e2e; --kbin-vote-text-color: #b6b6b6; --kbin-vote-text-hover-color: #fafafa; --kbin-alert-info-bg: #fff3cd;