From ec6cc0e8ed683a2d0798882e619f9e469b3f6c81 Mon Sep 17 00:00:00 2001 From: Ilyas Tahari Date: Fri, 28 Jun 2024 01:48:15 -0400 Subject: [PATCH] commit 6/28 --- src/front/cobalt.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/cobalt.css b/src/front/cobalt.css index 529e9f3f..9624a0ee 100644 --- a/src/front/cobalt.css +++ b/src/front/cobalt.css @@ -658,7 +658,7 @@ button:active, cursor: default; } .switch[data-enabled="true"]:hover { - background: var(--accent); + background: rgb(30, 30, 30); } .switch[data-enabled="true"]:focus { box-shadow: var(--inset-focus-inv) inset;