fix: dark theme
This commit is contained in:
parent
489f436d9c
commit
4cc2d33248
1 changed files with 4 additions and 1 deletions
|
@ -459,7 +459,10 @@ footer nav {
|
|||
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active {
|
||||
a:active,
|
||||
:is(.main__title, footer nav:last-child) a:hover,
|
||||
:is(.main__title, footer nav:last-child) a:focus,
|
||||
:is(.main__title, footer nav:last-child) a:active {
|
||||
color: var(--blue-200);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue