changes some details to make the bottom player and video/music switcher black
Youtube Music - Black details by oBAdaiak

Details
AuthoroBAdaiak
LicenseNo License
Categorycolor
Created
Updated
Code size748 B
Code checksum9f7dad10
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Youtube Music - Black details
@version 20230602.21.40
@namespace userstyles.world/user/oBAdaiak
@description changes some details to make the bottom player and video/music switcher black
@author oBAdaiak
@license No License
==/UserStyle== */
@-moz-document domain("music.youtube.com") {
.ytmusic-player-bar {
background-color: #000000 !important;
}
#player-bar-background.ytmusic-app-layout {
background: #000000 !important;
}
.song-button.ytmusic-av-toggle, .av-toggle.ytmusic-av-toggle{
background-color: #0000 !important;
}
.video-button.ytmusic-av-toggle{
background-color: #ffffff17 !important;
}
.right-controls.ytmusic-player-bar{
margin: 0 0px 0 0 !important;
}
}