From e7f23096cdc3cd81776e8b49299553d0d3474387 Mon Sep 17 00:00:00 2001 From: JAlB- Date: Sat, 1 Apr 2023 22:15:43 +0300 Subject: [PATCH] Update style.css --- web/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/style.css b/web/style.css index b2654c280..1655d6679 100644 --- a/web/style.css +++ b/web/style.css @@ -1,7 +1,7 @@ :root { --fg-color: #d5d5d5; --bg-color: #202020; - --sel-color: #332222; + --sel-color: #7c4141; --item-color: #252525; }