From 87dd1c29907384d399080fd9115a6693af49db15 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 26 Dec 2022 05:24:34 +0200 Subject: [PATCH] minor css fix for light fistmas theme --- files/assets/event/css/themes/light.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/assets/event/css/themes/light.css b/files/assets/event/css/themes/light.css index e407b1e6f..9ba101de3 100644 --- a/files/assets/event/css/themes/light.css +++ b/files/assets/event/css/themes/light.css @@ -15,3 +15,6 @@ blockquote { blockquote a { color: #15de59; } +.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active { + background-color: #becad5; +}