From 36b4446237ec4af198134df350f466fa5dd76551 Mon Sep 17 00:00:00 2001 From: Cobalt-60 <95923271+plastics-eater@users.noreply.github.com> Date: Wed, 9 Aug 2023 23:44:49 -0400 Subject: [PATCH] Update themes.css --- static/assets/css/themes.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/assets/css/themes.css b/static/assets/css/themes.css index 2dc24b9..015b0dc 100644 --- a/static/assets/css/themes.css +++ b/static/assets/css/themes.css @@ -33,7 +33,7 @@ body[data-theme='light'] { body[data-theme='flamingo'] { --background-color: #e75166; --text: #fff; - --sidebar-bg: #e75166; + --sidebar-bg: #e75166ee; --button-bg: #00000059; --shadow-color: #F949724b; --switch-color: #959595;