drop random gradients

This commit is contained in:
Shiny Nematoda 2024-04-22 12:57:12 +00:00
parent d6ecb1217f
commit 34564460d9
11 changed files with 847 additions and 749 deletions

View file

@ -117,7 +117,7 @@ p.more {
}
.subs:hover,
.subs[data-active='true'] {
background-color: var(--color-foreground);
background: var(--color-gradient);
color: var(--color-background);
background-clip: border-box;
}