Re-enabled chapter markers and updated colors

This commit is contained in:
loof2736 2024-08-11 19:23:14 -04:00
parent 884d0c7f61
commit c59dd9d0af

View File

@ -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;
} }