added twitch

This commit is contained in:
array-in-a-matrix 2022-10-04 12:29:10 -04:00
parent 03774856ed
commit 122f8f7f34

View file

@ -1,12 +1,14 @@
/* YouTube */
.ytp-play-progress, .ytp-play-progress,
.ytp-swatch-background-color, .ytp-swatch-background-color,
/* YouTube */
.vjs-play-progress,
.vjs-slider-bar,
/* Invidious */ /* Invidious */
/* Odysee */ /* Odysee */
.played .vjs-play-progress,
.vjs-slider-bar,
/* Vimeo */ /* Vimeo */
.played,
/* Twitch */
.seekbar-segment
{ {
animation: RGB 25s ease-in-out infinite; animation: RGB 25s ease-in-out infinite;
} }
@ -81,4 +83,4 @@
background-color: #FF0000; background-color: #FF0000;
color: #FF0000; color: #FF0000;
} }
} }