mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Updated music playlist background color
This commit is contained in:
@@ -2020,14 +2020,14 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
.layout-mobile .playlistSection .playlist {
|
.layout-mobile .playlistSection .playlist {
|
||||||
padding: 2em 0;
|
padding: 2em 0;
|
||||||
top: 3.5em;
|
top: 3.5em;
|
||||||
bottom: 4.4em;
|
bottom: 4.3em;
|
||||||
background: var(--headerColor);
|
background: color-mix(in srgb, var(--headerColor), var(--darkerGradientPoint) 50%);
|
||||||
backdrop-filter: blur(4em);
|
backdrop-filter: blur(4em);
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .playlistSectionButton {
|
.layout-mobile .playlistSectionButton {
|
||||||
background: var(--headerColor);
|
background: var(--drawerColor);
|
||||||
border-top: var(--defaultBorder);
|
border-top: var(--defaultBorder);
|
||||||
backdrop-filter: blur(.5em);
|
backdrop-filter: blur(.5em);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
Reference in New Issue
Block a user