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

@ -42,11 +42,20 @@
text-align: center;
text-decoration: none;
&.active {
background-color: var(--primary-color-alpha);
color: var(--primary-color);
&:hover {
background-color: var(--primary-color);
color: var(--contrast-color);
}
}
&:hover {
box-shadow: var(--edge-highlight);
background-color: var(--primary-color);
color: var(--contrast-color);
text-decoration: none;
background-color: var(--fg-muted-1);
color: var(--fg-muted-5);
}
&:active {
@ -79,7 +88,7 @@
background-color: var(--fg-muted-1);
.icon {
background-color: var(--primary-color);
background-color: var(--fg-muted-5);
}
}