mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-22 00:09:07 -04:00
Fix pure-css-link focus color
(cherry picked from commit 5935106165fa105d4c323e391eb14aae0ed389f5)
This commit is contained in:
parent
3e8b74cd43
commit
ad1542d4b9
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user