From c59dd9d0af8e9dddcc1c55bd7a27057699f71cad Mon Sep 17 00:00:00 2001 From: loof2736 Date: Sun, 11 Aug 2024 19:23:14 -0400 Subject: [PATCH] Re-enabled chapter markers and updated colors --- CSS/scyfin-theme.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CSS/scyfin-theme.css b/CSS/scyfin-theme.css index 52be0fc..4937c31 100644 --- a/CSS/scyfin-theme.css +++ b/CSS/scyfin-theme.css @@ -460,8 +460,11 @@ html, #skipIntro .paper-icon-button-light:hover:not(:disabled) { color: #FFF !important; } -.sliderMarker { - display: none !important; +.sliderMarker.watched { + background-color: var(--primary-accent-color) !important; +} +.sliderMarker.unwatched { + background-color: #ffffff25 !important; }