mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Avoid applying the new font in Dashboard footer to retain the original Jellyfin branding
This commit is contained in:
@@ -32,10 +32,15 @@ html {
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dashboardFooter {
|
||||||
|
font-family: Noto Sans;
|
||||||
|
transition: transform 50ms;
|
||||||
|
}
|
||||||
|
|
||||||
.dashboardFooter::after {
|
.dashboardFooter::after {
|
||||||
content: "ElegantFin Nightly";
|
content: "ElegantFin Nightly";
|
||||||
font-size: .6em;
|
font-size: .8em;
|
||||||
opacity: .5;
|
color: #4e4e60;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
|
Reference in New Issue
Block a user