From 93ff0569d40bb0fbf8ce28ad8e0ddace6ec306e3 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 24 May 2025 08:28:35 -0700 Subject: [PATCH] New: Made the foreign title a bit dimmer than the main one --- Theme/ElegantFin-theme-nightly.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 403cb6a..d742b1d 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2326,6 +2326,11 @@ div[data-role=controlgroup] a.ui-btn-active { word-wrap: break-word; } +.itemName.originalTitle { + /* font-weight: 400; */ + color: var(--dimTextColor); +} + #liveTvSuggestedPage, .liveTvContainer { background-color: var(--tableBodyColor);