mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-08-03 19:38:36 -04:00
Make keyboard selection work with dark theme
Former-commit-id: da25ee7c6071f2366637a66114d64099d60216e1 [formerly 0d79975742e5e8e68306340670eafebc6408f7f8] Former-commit-id: 5282604b7317cf29bae3642340b6759b00c8fd08
This commit is contained in:
parent
4aa2abe430
commit
04cb7238fb
@ -101,6 +101,10 @@ div:not(.panel-success, .alert-message) {
|
||||
background: lightblue;
|
||||
}
|
||||
|
||||
.dark #articleList a:hover, .dark #articleList a.hover {
|
||||
background: darkslategray;
|
||||
}
|
||||
|
||||
.dark #articleListWithHeader {
|
||||
background: darkslategrey;
|
||||
}
|
||||
@ -353,7 +357,7 @@ pre {
|
||||
|
||||
.dark .list-group-item, .modal .dark .close {
|
||||
color: lightblue !important;
|
||||
background-color: #222 !important;
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
.dark a.list-group-item:hover, .dark a.list-group-item:focus, .dark nav a:hover, .dark nav a:focus, .dark nav .active {
|
||||
|
Loading…
x
Reference in New Issue
Block a user