From 349ba3aa98845b63f42494a65dc85daa318ef9df Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 19 Dec 2024 10:12:06 -0800 Subject: [PATCH] Fix: Avoid applying the new font in Dashboard footer to retain the original Jellyfin branding --- Theme/ElegantFin-theme-nightly.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 8744dbd..555f14a 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -32,10 +32,15 @@ html { font-style: normal; } +.dashboardFooter { + font-family: Noto Sans; + transition: transform 50ms; +} + .dashboardFooter::after { content: "ElegantFin Nightly"; - font-size: .6em; - opacity: .5; + font-size: .8em; + color: #4e4e60; } .card {