Material Palenight theme for music.youtube.com
Palenight Youtube Music by filingroove
Details
Authorfilingroove
LicenseCC BY-NC-SA 4.0
Categoryyoutube, material, palenight
Created
Updated
Size614 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Requires "Palenight Youtube" to work. https://userstyles.world/style/1389/palenight-youtube
Source code
/* ==UserStyle==
@name Palenight Youtube Music
@version 20211007.08.11
@namespace userstyles.world/user/filingroove
@description Material Palenight theme for music.youtube.com
@author filingroove
@license CC BY-NC-SA 4.0
==/UserStyle== */
@-moz-document domain("music.youtube.com") {
html:not(.style-scope) {
--ytmusic-brand-background-solid: rgba(var(--palenight));
--ytmusic-general-background-a: rgba(var(--palenight), 0.98);
--ytmusic-general-background-c: rgba(var(--palenight), 0.92);
}
body
{
background: var(--yt-spec-brand-background-solid)
}
}