Make keyboard selection work with dark theme

Former-commit-id: da25ee7c6071f2366637a66114d64099d60216e1 [formerly 0d79975742e5e8e68306340670eafebc6408f7f8]
Former-commit-id: 5282604b7317cf29bae3642340b6759b00c8fd08
This commit is contained in:
Jaifroid 2019-05-20 07:14:03 +01:00
parent 4aa2abe430
commit 04cb7238fb

View File

@ -101,6 +101,10 @@ div:not(.panel-success, .alert-message) {
background: lightblue; background: lightblue;
} }
.dark #articleList a:hover, .dark #articleList a.hover {
background: darkslategray;
}
.dark #articleListWithHeader { .dark #articleListWithHeader {
background: darkslategrey; background: darkslategrey;
} }
@ -353,7 +357,7 @@ pre {
.dark .list-group-item, .modal .dark .close { .dark .list-group-item, .modal .dark .close {
color: lightblue !important; 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 { .dark a.list-group-item:hover, .dark a.list-group-item:focus, .dark nav a:hover, .dark nav a:focus, .dark nav .active {