diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 814462c..f71fbc5 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2020,14 +2020,14 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child { .layout-mobile .playlistSection .playlist { padding: 2em 0; top: 3.5em; - bottom: 4.4em; - background: var(--headerColor); + bottom: 4.3em; + background: color-mix(in srgb, var(--headerColor), var(--darkerGradientPoint) 50%); backdrop-filter: blur(4em); z-index: 0; } .layout-mobile .playlistSectionButton { - background: var(--headerColor); + background: var(--drawerColor); border-top: var(--defaultBorder); backdrop-filter: blur(.5em); z-index: 1;