chore: tweak active state

This commit is contained in:
Cory Dransfeldt 2023-08-14 13:17:44 -07:00
parent 0c6cc69abf
commit 5556cc9302
No known key found for this signature in database

View file

@ -18,7 +18,7 @@
.active, .active,
.active svg { .active svg {
color: theme(colors.pink.500) !important; color: theme(colors.teal.700);
} }
.header-anchor { .header-anchor {
@ -140,7 +140,7 @@ code[class*=language-], pre[class*=language-] {
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
.active, .active,
.active svg { .active svg {
color: theme(colors.pink.500) !important; color: theme(colors.teal.300);
} }
a, a,