mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
parent
3e8b74cd43
commit
ad1542d4b9
1 changed files with 1 additions and 5 deletions
|
@ -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…
Reference in a new issue