fix buttons
This commit is contained in:
parent
ad8718ba49
commit
c9d0edf211
7 changed files with 19 additions and 18 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue