mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-12 17:49:41 +00:00
More dark theme wangling
This commit is contained in:
@@ -2,7 +2,17 @@
|
||||
@import "custom-variables";
|
||||
@import 'node_modules/@forevolve/bootstrap-dark/scss/bootstrap-dark.scss';
|
||||
background: #222;
|
||||
color: white;
|
||||
color: $gray-100;
|
||||
.form-control {
|
||||
background: #121416;
|
||||
color: $gray-100;
|
||||
border: black !important;
|
||||
}
|
||||
.btn-light {
|
||||
background: #121416 !important;
|
||||
color: $gray-100 !important;
|
||||
border: black !important;
|
||||
}
|
||||
}
|
||||
@import "custom-variables";
|
||||
@import "node_modules/bootstrap/scss/bootstrap";
|
||||
|
||||
Reference in New Issue
Block a user