mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-07 07:38:20 +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,
|
"info": #B8FAFF,
|
||||||
"primary": #4CB8F1
|
"primary": #4CB8F1
|
||||||
) !default;
|
) !default;
|
||||||
|
$enable-shadows: true;
|
||||||
|
|||||||
@@ -2,7 +2,17 @@
|
|||||||
@import "custom-variables";
|
@import "custom-variables";
|
||||||
@import 'node_modules/@forevolve/bootstrap-dark/scss/bootstrap-dark.scss';
|
@import 'node_modules/@forevolve/bootstrap-dark/scss/bootstrap-dark.scss';
|
||||||
background: #222;
|
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 "custom-variables";
|
||||||
@import "node_modules/bootstrap/scss/bootstrap";
|
@import "node_modules/bootstrap/scss/bootstrap";
|
||||||
|
|||||||
Reference in New Issue
Block a user