mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-18 22:12:14 +00:00
further darktheme fixes
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -6,13 +6,14 @@
|
||||
.dropdown-menu {
|
||||
box-shadow: 0 0.5rem 1rem black;
|
||||
color: $gray-100;
|
||||
background: #121416;
|
||||
}
|
||||
.form-control {
|
||||
background: #121416;
|
||||
color: $gray-100;
|
||||
border: black !important;
|
||||
}
|
||||
.btn-light, .popover-header {
|
||||
.btn-light, .popover-header, .status {
|
||||
background: #121416 !important;
|
||||
color: $gray-100 !important;
|
||||
border: black !important;
|
||||
@@ -26,6 +27,9 @@
|
||||
.badge {
|
||||
color: white;
|
||||
}
|
||||
.input-group-text {
|
||||
border: black;
|
||||
}
|
||||
}
|
||||
@import "custom-variables";
|
||||
@import "node_modules/bootstrap/scss/bootstrap";
|
||||
|
||||
Reference in New Issue
Block a user