From 122f8f7f34a19c9940442d24222644194d1b8e86 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Tue, 4 Oct 2022 12:29:10 -0400 Subject: [PATCH] added twitch --- style.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 +}