chore: refactor nav

This commit is contained in:
Cory Dransfeldt 2023-08-13 18:05:58 -07:00
parent 5428e3f563
commit 9ddd1459d3
No known key found for this signature in database
11 changed files with 47 additions and 46 deletions

View file

@ -18,13 +18,7 @@
.active,
.active svg {
color: theme(colors.purple.600) !important;
}
.active:hover,
.active:active,
.active:focus {
color: theme(colors.purple.500) !important;
color: theme(colors.pink.500) !important;
}
.header-anchor {
@ -156,7 +150,7 @@ code[class*=language-], pre[class*=language-] {
@media (prefers-color-scheme: dark) {
.active,
.active svg {
color: theme(colors.purple.400) !important;
color: theme(colors.pink.500) !important;
}
a,