Reverts the YouTube Cairo Refresh color changes keeping the YouTube red, well, red (#f00000).
Red YouTube (Cairo Refresh color changes) by VeikkoLehmuskorpi

Details
AuthorVeikkoLehmuskorpi
LicenseMIT
Categorywww.youtube.com
Created
Updated
Code size953 B
Code checksumfbf9fa70
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Red Youtube (Cairo Refresh color changes)
@author Veikko Lehmuskorpi
@version 1.1.1
@namespace https://gist.github.com/VeikkoLehmuskorpi/9955c6f382c7fd1c0468f4ba8f5454de
@homepageURL https://gist.github.com/VeikkoLehmuskorpi/9955c6f382c7fd1c0468f4ba8f5454de
@supportURL https://gist.github.com/VeikkoLehmuskorpi/9955c6f382c7fd1c0468f4ba8f5454de
@license MIT
==/UserStyle== */
@-moz-document domain("youtube.com") {
html[refresh], [refresh] {
--yt-spec-static-brand-red: #f00;
--yt-spec-red-indicator: #f00;
--yt-spec-static-overlay-background-brand: #f00;
}
#progress.ytd-thumbnail-overlay-resume-playback-renderer,
.ytp-swatch-background-color,
.ytp-play-progress,
.yt-spec-avatar-shape--live-ring::after {
background: var(--yt-spec-static-brand-red) !important;
}
.yt-core-image, .yt-icon {
filter: hue-rotate(9deg) saturate(1.35);
}
}