Blob Blame History Raw
From 66b225ecf44e1a9a1524ee7f5cd5256c68d6aa1a Mon Sep 17 00:00:00 2001
From: Alexander Mikhaylenko <alexm@gnome.org>
Date: Sun, 4 Sep 2022 21:09:08 +0400
Subject: [PATCH] style: Use accent_fg_color properly

---
 src/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/style.css b/src/style.css
index debdd16..f417125 100644
--- a/src/style.css
+++ b/src/style.css
@@ -158,7 +158,7 @@ themeswitcher {
 
 themeswitcher .check {
   background: @accent_bg_color;
-  color: white;
+  color: @accent_fg_color;
   padding: 2px;
   border-radius: 17px;
   margin: 3px;
-- 
GitLab