fix: inconsistency between dark mode and light mode

This commit is contained in:
ffqq 2023-07-13 05:27:14 +00:00
parent 7b1e636187
commit 40fcc16cc5
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ body {
} }
.bottom a { .bottom a {
color: var(--gray-800) color: var(--gray-700)
} }
.navbar a, a { .navbar a, a {