mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Fix pure-css-link focus color
This commit is contained in:
parent
90d863ec9b
commit
c0c1f7bf75
1 changed files with 1 additions and 5 deletions
|
@ -449,7 +449,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)
|
||||
}
|
||||
|
||||
|
@ -457,10 +457,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 {
|
||||
|
|
Loading…
Reference in a new issue