mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Re-enabled chapter markers and updated colors
This commit is contained in:
parent
884d0c7f61
commit
c59dd9d0af
@ -460,8 +460,11 @@ html,
|
|||||||
#skipIntro .paper-icon-button-light:hover:not(:disabled) {
|
#skipIntro .paper-icon-button-light:hover:not(:disabled) {
|
||||||
color: #FFF !important;
|
color: #FFF !important;
|
||||||
}
|
}
|
||||||
.sliderMarker {
|
.sliderMarker.watched {
|
||||||
display: none !important;
|
background-color: var(--primary-accent-color) !important;
|
||||||
|
}
|
||||||
|
.sliderMarker.unwatched {
|
||||||
|
background-color: #ffffff25 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user