[console/wip/exalm/accent] style: Use accent_fg_color properly




commit b211609eaddaadf2f68762aaec3f5b72d56e7134
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sun Sep 4 21:09:08 2022 +0400

    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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]