From edd746136a32883e641671c878643f2cbe9d6df7 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sun, 16 Mar 2025 13:56:53 +0530 Subject: [PATCH] Fix: Text color when hovering over tab buttons was dim in library pages --- Theme/ElegantFin-theme-nightly.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index e536afb..940027a 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1818,7 +1818,9 @@ div[data-role=controlgroup] a.ui-btn-active { } .emby-tab-button:hover { - color: #c1c1c1; + /* color: #c1c1c1; */ + color: whitesmoke; + } @media (hover: hover) and (pointer: fine) {