fix: inconsistency between dark mode and light mode
This commit is contained in:
parent
7b1e636187
commit
40fcc16cc5
|
@ -351,7 +351,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom a {
|
.bottom a {
|
||||||
color: var(--gray-800)
|
color: var(--gray-700)
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar a, a {
|
.navbar a, a {
|
||||||
|
|
Reference in New Issue