player shadow

This commit is contained in:
bkfox
2023-11-29 15:45:22 +01:00
parent 8202a9324c
commit 1de9548111
2 changed files with 2 additions and 2 deletions

View File

@ -995,6 +995,7 @@ nav li {
//-- player
.a-player {
z-index: 10000;
box-shadow: 0em -0.5em 0.5em rgba(0, 0, 0, 0.05);
a { color: var(--highlight-color-2); }
}
@ -1039,7 +1040,6 @@ nav li {
border-top: 1px $grey-light solid;
background: var(--player-bar-bg);
box-shadow: 0em -0.5em 0.5em rgba(0, 0, 0, 0.05);
> * { height: 100%; }