mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-12 09:54:22 +01:00
Fix pure-css-link focus color
This commit is contained in:
parent
90d863ec9b
commit
c0c1f7bf75
@ -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)
|
background-color: rgb(34, 36, 38)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -457,10 +457,6 @@ body.dark-theme {
|
|||||||
color: #EAE7E1;
|
color: #EAE7E1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark-theme .pure-menu-link:visited {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
.no-theme a:hover,
|
.no-theme a:hover,
|
||||||
.no-theme a:active {
|
.no-theme a:active {
|
||||||
|
Loading…
Reference in New Issue
Block a user