Add active style to theme switcher buttons, style tweaks

This commit is contained in:
daudix
2024-08-29 22:49:42 +03:00
parent d09e2b158c
commit fcf8cdd680
9 changed files with 100 additions and 27 deletions

View File

@ -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;
}