From 969adaac7d070df930b938e6bd2b833aee1f8d15 Mon Sep 17 00:00:00 2001 From: Cobalt-60 <95923271+plastics-eater@users.noreply.github.com> Date: Mon, 15 May 2023 22:32:43 -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 fd00ab3..01688b6 100644 --- a/static/assets/css/themes.css +++ b/static/assets/css/themes.css @@ -39,7 +39,7 @@ body[data-theme='flamingo'] { --switch-active: #FB5E4C; --scrollbar-color: #ffffff59; --solid: #FB5E4C; - --hover: #fcac0; + --hover: #ed58b4; background: linear-gradient(304deg, #ff8800, #f507e2); animation: flamingo-gradient 12s ease infinite;