Fix pure-css-link focus color

(cherry picked from commit 5935106165)
This commit is contained in:
syeopite 2021-04-16 03:58:30 -07:00
parent 3e8b74cd43
commit ad1542d4b9
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82

View file

@ -470,7 +470,7 @@ body.dark-theme {
}
.dark-theme .pure-menu-link:hover, .dark-theme .pure-menu-link:active {
.dark-theme .pure-menu-link:hover, .dark-theme .pure-menu-link:active, .dark-theme .pure-menu-link:focus {
background-color: rgb(34, 36, 38)
}
@ -478,10 +478,6 @@ body.dark-theme {
color: #EAE7E1;
}
.dark-theme .pure-menu-link:visited {
background-color: transparent;
}
@media (prefers-color-scheme: dark) {
.no-theme a:hover,
.no-theme a:active {