Makes YouTube a nice dark grey with pink accents.
YouTube Dark / Pink by rippelz
Details
Authorrippelz
LicenseNo License
Categoryyoutube.com
Created
Updated
Size922 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.youtube.com
@version 20230626.05.50
@namespace ?
==/UserStyle== */
/* ==UserStyle==
@name Youtube Dark/Pink
@namespace https://rplz.dev
@version 1.0
@description A dark theme for YouTube.
@author rplz
==/UserStyle== */
@-moz-document domain("youtube.com") {
body, html {
background-color: #201c1c !important;
}
ytd-page-manager, ytd-watch-flexy, ytd-watch, .ytd-watch-flexy {
background-color: #201c1c !important;
}
yt-formatted-string.ytd-video-primary-info-renderer, yt-formatted-string.style-scope.ytd-video-secondary-info-renderer {
color: #dd637c !important;
}
ytd-comment-renderer #content, ytd-comment-renderer #author-text {
color: #dd637c !important;
}
ytd-browse, ytd-mini-guide-renderer {
background-color: #201c1c !important;
}
*, *:before, *:after {
color: #dd637c !important;
}
}