More dark theme wangling

This commit is contained in:
2020-05-27 17:01:55 +02:00
parent 06d7ef0b79
commit b742d3f8c4
3 changed files with 209 additions and 109 deletions

File diff suppressed because one or more lines are too long

View File

@@ -9,3 +9,4 @@ $theme-colors: (
"info": #B8FAFF,
"primary": #4CB8F1
) !default;
$enable-shadows: true;

View File

@@ -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";