restyled .dropdown, reloadStyles changes

This commit is contained in:
booploops 2022-04-11 17:49:08 -07:00
parent 2a01b11ace
commit b62bf9023c
3 changed files with 20 additions and 2 deletions

View file

@ -44,6 +44,7 @@
--songProgressBackground: #333;
--textColor: #eee;
--replayGradient: linear-gradient(45deg, hsl(248deg 58% 29%), hsl(13deg 41% 42%));
--glassFilter: blur(16px) saturate(180%);
}
*:focus-visible {
@ -238,6 +239,17 @@ input[type="text"], input[type="number"] {
opacity: 0.70;
}
a.dropdown-item {
color: var(--textColor);
&:hover {
background-color: var(--selected);
color: var(--textColor);
}
&:active {
background-color: var(--selected-click);
}
}
.bg-artwork {
position: absolute;