Sort of a forced light theme for YouTube music. Very basic.
music.youtube.com by ciacob
Details
Authorciacob
LicenseNo License
CategoryYouTube Music Player
Created
Updated
Size404 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 music.youtube.com
@version 20211101.12.22
@namespace userstyles.world/user/ciacob
@description Sort of a forced light theme for YouTube music. Very basic.
@author ciacob
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://music.youtube.com/watch?") {
* {
background-color: #e8e8e8 !important;
color: #3e3e3e !important;
}
}