mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
More dark theme wangling
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -9,3 +9,4 @@ $theme-colors: (
|
||||
"info": #B8FAFF,
|
||||
"primary": #4CB8F1
|
||||
) !default;
|
||||
$enable-shadows: true;
|
||||
|
||||
@@ -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