From d4008e06b0f65eb1103521ac7b1f415775121e59 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 28 Jan 2025 10:01:17 -0800 Subject: [PATCH] Fix: Use pure white color on icons when hovering over for a better contrast when the background is also a bit light --- Theme/ElegantFin-theme-nightly.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index f33e346..373acba 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1672,6 +1672,7 @@ div[data-role=controlgroup] a.ui-btn-active { .button-flat:hover { background-color: rgba(255, 255, 255, 0.2); + color: white; } .alphaPickerButton:hover {