fix buttons

This commit is contained in:
Aron Petau 2025-05-16 12:22:51 +02:00
parent ad8718ba49
commit c9d0edf211
7 changed files with 19 additions and 18 deletions

View file

@ -37,7 +37,7 @@
transition: var(--transition);
box-shadow: var(--edge-highlight);
border-radius: var(--rounded-corner);
background-color: var(--fg-muted-1);
background-color: var(--fg-muted-1) !important;
padding: 0.75rem 1rem;
color: var(--fg-muted-5);
font-weight: bold;
@ -45,7 +45,7 @@
line-height: 1;
&:hover {
background-color: var(--fg-muted-2);
background-color: var(--fg-muted-3) !important;
color: var(--fg-color);
}