Really simple style that brings back some of the old background colors from before the ui redesign
Old youtube dark by thatepicbanana
Details
Authorthatepicbanana
LicenseNo License
Categoryyoutube.com
Created
Updated
Size516 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 ThatEpicBanana
@namespace github.com/ThatEpicBanana
@version 0.0.0
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com") {
:root {
--yt-spec-badge-chip-background: #161616 !important;
--yt-spec-base-background: #181818 !important;
--yt-spec-additive-background: #0f0f0f !important;
}
ytd-app[darker-dark-theme] #guide-content.ytd-app {
background: #222 !important;
}
ytd-masthead[darker-dark-theme] {
background: #222 !important;
}
}