chore: refactor nav
This commit is contained in:
parent
5428e3f563
commit
9ddd1459d3
11 changed files with 47 additions and 46 deletions
10
tailwind.css
10
tailwind.css
|
@ -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,
|
||||
|
|
Reference in a new issue