From 0a65c18522f84f14cd8aefd0b8c32ab2036d8af3 Mon Sep 17 00:00:00 2001 From: Cobalt-60 <95923271+plastics-eater@users.noreply.github.com> Date: Tue, 18 Jul 2023 07:58:15 -0400 Subject: [PATCH] Update themes.css --- static/assets/css/themes.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/assets/css/themes.css b/static/assets/css/themes.css index c20e389..246a4f9 100644 --- a/static/assets/css/themes.css +++ b/static/assets/css/themes.css @@ -23,6 +23,7 @@ body[data-theme='light'] { --switch-color: #111111b0; --switch-active: #2196F3; --scrollbar-color: #4242424b; + --solid: #FB5E4C; --hover: #757575; background: radial-gradient(ellipse at bottom, #b1b1b1 0%, #f6f5f0 100%);