fix: dark theme
This commit is contained in:
parent
50bca3c66d
commit
489f436d9c
2 changed files with 6 additions and 1 deletions
|
@ -453,7 +453,7 @@ footer nav {
|
|||
stroke: var(--blue-400);
|
||||
}
|
||||
|
||||
.main__title, footer nav:last-child a {
|
||||
:is(.main__title, footer nav:last-child) a {
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue