Also add dark mode to modals and appstore view
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user