Add active style to theme switcher buttons, style tweaks
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
border-radius: var(--rounded-corner);
|
||||
background-color: var(--fg-muted-1);
|
||||
padding: 0.75rem 1rem;
|
||||
color: var(--fg-color);
|
||||
color: var(--fg-muted-5);
|
||||
font-weight: bold;
|
||||
font-size: 0.875rem;
|
||||
line-height: 1;
|
||||
@ -24,6 +24,7 @@
|
||||
|
||||
&:hover {
|
||||
background-color: var(--fg-muted-2);
|
||||
color: var(--fg-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user