mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-09 01:31:46 +00:00
11 lines
213 B
CSS
11 lines
213 B
CSS
#nav-bar-background,
|
|
#header.ytmusic-item-section-renderer,
|
|
ytmusic-tabs {
|
|
background: rgba(0, 0, 0, 0.3) !important;
|
|
backdrop-filter: blur(8px) !important;
|
|
}
|
|
|
|
#nav-bar-divider {
|
|
display: none !important;
|
|
}
|