[frontend/components] Improve menu styling

This commit is contained in:
pancakes 2025-02-26 11:47:24 +10:00
parent ba784683d4
commit ae62ead358
No known key found for this signature in database
2 changed files with 1 additions and 5 deletions

View file

@ -16,6 +16,7 @@
::deep .rule { ::deep .rule {
width: 90%; width: 90%;
color: var(--highlight-color); color: var(--highlight-color);
border-width: 0.05rem;
border-style: solid; border-style: solid;
cursor: auto; cursor: auto;
} }

View file

@ -19,11 +19,6 @@
color: var(--danger-color); color: var(--danger-color);
} }
.menu-element.danger:hover {
background-color: var(--danger-color);
color: var(--foreground-color);
}
@media (max-width: 1000px) { @media (max-width: 1000px) {
.menu-element + .menu-element { .menu-element + .menu-element {
margin-top: 1rem; margin-top: 1rem;