From e454359f565b4fcd372f3e07771e223a0f433284 Mon Sep 17 00:00:00 2001 From: Ilyas Tahari Date: Thu, 27 Jun 2024 03:04:06 -0400 Subject: [PATCH] commit 6/27 pt.2 --- src/front/cobalt.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/front/cobalt.css b/src/front/cobalt.css index 25d31c00..cac4917c 100644 --- a/src/front/cobalt.css +++ b/src/front/cobalt.css @@ -17,7 +17,7 @@ } [data-theme="dark"] { --accent: rgb(225, 225, 225); - --accent-highlight: rgba(80, 8, 8, 0.04); + --accent-highlight: rgba(255, 255, 255, 0.04); --accent-subtext: rgb(255, 255, 255); --accent-hover: rgb(30, 30, 30); --accent-hover-elevated: rgb(255, 255, 255); @@ -653,7 +653,7 @@ button:active, } .switch[data-enabled="true"], .popup-tabs .switch[data-enabled="true"] { - color: black; + color: rgb(255, 255, 255); background: rgb(70, 70, 70); cursor: default; }