Skip to content

Youtube Music - Black details by oBAdaiak

Screenshot of Youtube Music - Black details

Details

AuthoroBAdaiak

LicenseNo License

Categorycolor

Created

Updated

Size748 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

changes some details to make the bottom player and video/music switcher black

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;
}
}

Reviews

No reviews yet.