From fd75b4595f77c4736fc8af9800e4edb8e2e6f642 Mon Sep 17 00:00:00 2001 From: Ilyas Tahari Date: Fri, 28 Jun 2024 02:13:21 -0400 Subject: [PATCH] commit 6/28 pt.2 --- 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 9624a0ee..a5e70bd3 100644 --- a/src/front/cobalt.css +++ b/src/front/cobalt.css @@ -16,7 +16,7 @@ --gap-no-icon: 0.6rem; } [data-theme="dark"] { - --accent: rgb(225, 225, 225); + --accent: rgb(255, 255, 255); --accent-highlight: rgba(255, 255, 255, 0.04); --accent-subtext: rgb(255, 255, 255); --accent-hover: rgb(30, 30, 30);