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

@ -91,7 +91,7 @@
}
&:hover {
outline-color: var(--fg-muted-4);
outline-color: var(--fg-muted-5);
}
h3 a {
@ -100,10 +100,10 @@
.tags a {
background-color: var(--fg-muted-1);
color: var(--fg-muted-4);
color: var(--fg-muted-5);
&:hover {
background-color: var(--fg-muted-4);
background-color: var(--fg-muted-5);
color: var(--fg-contrast);
}
}
@ -264,12 +264,12 @@
.draft-badge {
background-color: var(--fg-muted-1);
color: var(--fg-muted-4);
color: var(--fg-muted-5);
.icon {
-webkit-mask-image: var(--icon);
mask-image: var(--icon);
background-color: var(--fg-muted-4);
background-color: var(--fg-muted-5);
}
}