Also add dark mode to modals and appstore view

This commit is contained in:
Johannes Zellner
2020-07-02 23:22:14 +02:00
parent 0be5a292c4
commit 4170be7f34

View File

@@ -1685,7 +1685,7 @@ tag-input {
// ----------------------------
@media (prefers-color-scheme: dark) {
body {
body, .appstore-toolbar, .modal-content {
color: #777;
background-color: #2b2b2e;
}
@@ -1742,4 +1742,16 @@ tag-input {
.app-configure .app-header-container h1 a {
color: #777;
}
.appstore-item-content {
background-color: #1c1c1c;
}
.modal-header {
border-bottom: none;
}
.modal-footer {
border-top: none;
}
}