diff --git a/resources/style.css b/resources/style.css index 5cbbeba..eb2b156 100644 --- a/resources/style.css +++ b/resources/style.css @@ -93,13 +93,14 @@ gridview.albums child image { .album-carousel listview row image { border-radius: 3px; + box-shadow: oklch(0 0 0 / 0.25) 0px 0px 3px; } .album-carousel .labels { border-radius: 3px; } -#seek-scale trough, .album-carousel .labels { +#seek-scale trough { /* sort of adjusted rotation of the toolbarview idk */ background: linear-gradient( @@ -112,7 +113,12 @@ gridview.albums child image { oklch(from var(--background-color-1) calc(l * 1.15) calc(c * 0.85) calc(h - 30) / 0.15) 10%, oklch(from var(--background-color-2) calc(l * 1.15) calc(c * 0.85) calc(h - 30) / 0.06) 70% ); - box-shadow: oklch(0 0 0 / 0.25) 0px 0px 3px; + box-shadow: oklch(0 0 0 / 0.25) 0px 0px 3px; +} + +.album-carousel .labels { + background: linear-gradient(0deg, oklch(0 0 0 / 0.35)); + box-shadow: oklch(0 0 0 / 0.25) 0px 0px 3px; } .album-carousel .labels:hover {