From b7213eb93685ea7ceadd7469c42c8caf4a896629 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 25 Jan 2025 17:28:30 +0530 Subject: [PATCH] New: Made now playing song title font size larger --- Theme/ElegantFin-theme-nightly.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index c5e9319..7643603 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2046,4 +2046,13 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child { .nowPlayingInfoContainerMedia>div:not(.hide) { margin-bottom: 1em; +} + +.nowPlayingSongName.nowPlayingEpisode{ +font-size: 1.25em; +color: var(--textColor); +} + +.nowPlayingAlbum.nowPlayingSeason{ +color: var(--dimTextColor); } \ No newline at end of file