mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-05 14:48:22 +00:00
Dark mode colour improvements
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -2,11 +2,11 @@ $font-family-sans-serif: "Open Sans", sans-serif;
|
|||||||
//Make it look less primary school
|
//Make it look less primary school
|
||||||
$font-size-base: 0.875rem;
|
$font-size-base: 0.875rem;
|
||||||
$theme-colors: (
|
$theme-colors: (
|
||||||
"yellow": #ffd351,
|
"yellow": #FF8800,
|
||||||
"success": #3b7743,
|
"success": #00C851,
|
||||||
"warning": #D3963B,
|
"warning": #ffbb33,
|
||||||
"danger": #A94447,
|
"danger": #CC0000,
|
||||||
"info": #B8FAFF,
|
"info": #33b5e5,
|
||||||
"primary": #4CB8F1
|
"primary": #4CB8F1
|
||||||
) !default;
|
) !default;
|
||||||
$enable-shadows: true;
|
$enable-shadows: true;
|
||||||
|
|||||||
@@ -3,6 +3,10 @@
|
|||||||
@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: $gray-100;
|
color: $gray-100;
|
||||||
|
.dropdown-menu {
|
||||||
|
box-shadow: 0 0.5rem 1rem black;
|
||||||
|
color: $gray-100;
|
||||||
|
}
|
||||||
.form-control {
|
.form-control {
|
||||||
background: #121416;
|
background: #121416;
|
||||||
color: $gray-100;
|
color: $gray-100;
|
||||||
@@ -16,6 +20,12 @@
|
|||||||
a {
|
a {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
}
|
}
|
||||||
|
.btn {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.badge {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@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