Fix: Avoid applying the new font in Dashboard footer to retain the original Jellyfin branding
This commit is contained in:
parent
34d3e93380
commit
349ba3aa98
1 changed files with 7 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue