Skip to content

Commit

Permalink
Jellyfin 10.6.0 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-M committed Jul 25, 2020
1 parent 7b8537e commit 8a17efb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions template.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,10 @@ input:focus input[type=checkbox]:focus {
color: ###accent### !important;
background-color: rgba(###accent_rgb###, .2) !important;
}

:root {
--swiper-theme-color: ###accent### !important;
}
.buttonActive {
color: ###accent### !important;
}
7 changes: 7 additions & 0 deletions template_css_vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,10 @@ input:focus input[type=checkbox]:focus {
color: var(--main-accent-color) !important;
background-color: rgba(var(--main-accent-rgb-color), .2) !important;
}

:root {
--swiper-theme-color: var(--main-accent-color) !important;
}
.buttonActive {
color: var(--main-accent-color) !important;
}

0 comments on commit 8a17efb

Please sign in to comment.