Update some UI components to polish the frontend

This commit is contained in:
Keavon Chambers
2025-02-21 12:58:05 -08:00
parent 0004bbb14b
commit 2c88bee0ee
12 changed files with 40 additions and 23 deletions
@@ -146,11 +146,12 @@
}
&.flush {
background: none;
--button-background-color: none;
--button-text-color: var(--color-e-nearwhite);
&:hover,
&.open {
background: var(--color-5-dullgray);
--button-background-color: var(--color-5-dullgray);
}
}