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