Bunch of dark mode fixes from test page

This commit is contained in:
2020-07-03 15:00:33 +01:00
parent 79eb0cbff0
commit d09f3994fc
6 changed files with 181 additions and 220 deletions

View File

@@ -21,7 +21,6 @@
.form-control:not(.btn) {
background-color: #121416;
color: $gray-100;
border-color: $gray-500;
}
.btn-light, .popover-header, .status {
background-color: #121416 !important;
@@ -43,4 +42,23 @@
.page-item.disabled {
opacity: 0.5;
}
.bg-light {
color: black;
background-color: $gray-200 !important;
border-radius: 0.2em;
}
del {
color: black;
background-color: $danger;
border-radius: 3px;
}
ins {
color: black;
background-color: $success;
border-radius: 3px;
}
pre {
background: $gray-600;
color: white;
}
}