diff --git a/style.css b/style.css index bc673df..80049dc 100644 --- a/style.css +++ b/style.css @@ -1,12 +1,14 @@ +/* YouTube */ .ytp-play-progress, .ytp-swatch-background-color, -/* YouTube */ -.vjs-play-progress, -.vjs-slider-bar, /* Invidious */ /* Odysee */ -.played +.vjs-play-progress, +.vjs-slider-bar, /* Vimeo */ +.played, +/* Twitch */ +.seekbar-segment { animation: RGB 25s ease-in-out infinite; } @@ -81,4 +83,4 @@ background-color: #FF0000; color: #FF0000; } -} \ No newline at end of file +}