Reworked audio menu styling

This commit is contained in:
Jas Singh
2024-06-28 21:44:56 -07:00
parent 52731236e9
commit 78496ae98a
13 changed files with 407 additions and 230 deletions

View File

@@ -1,32 +1,29 @@
@import "../colors";
.menu-dropdown-label.audio {
color: $peach;
color: $maroon;
}
.menu-label.audio {
color: $peach;
color: $maroon;
}
.menu-button-isactive.audio {
color: $peach;
color: $maroon;
}
.menu-active-slider {
trough {
highlight,
progress {
background: $peach;
background: $maroon;
}
}
}
.menu-button.audio {
&:hover {
color: $peach;
color: $maroon;
}
}
.menu-items {
min-width: 25rem;
}