From 7eaec7e354fb89ce4883eb3d09bb2b15cef9cf66 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 2 Jan 2024 01:36:30 -0800 Subject: [PATCH] fix: theme --- static/themes/rosepine-dawn.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/themes/rosepine-dawn.css b/static/themes/rosepine-dawn.css index dc393019e..08445138c 100644 --- a/static/themes/rosepine-dawn.css +++ b/static/themes/rosepine-dawn.css @@ -80,11 +80,11 @@ color: #e0def4 !important; } -#dropdownDots { +.rose-pine-dawn #dropdownDots { background-color: #dfdad9; } -.flex.py-2\.5.px-3\.5.w-full.hover\:bg-gray-800.transition:hover { +.rose-pine-dawn .flex.py-2\.5.px-3\.5.w-full.hover\:bg-gray-800.transition:hover { background: #cecacd; }