mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-12 01:29:42 +00:00
Dark mode colour improvements
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
@import 'node_modules/@forevolve/bootstrap-dark/scss/bootstrap-dark.scss';
|
||||
background: #222;
|
||||
color: $gray-100;
|
||||
.dropdown-menu {
|
||||
box-shadow: 0 0.5rem 1rem black;
|
||||
color: $gray-100;
|
||||
}
|
||||
.form-control {
|
||||
background: #121416;
|
||||
color: $gray-100;
|
||||
@@ -16,6 +20,12 @@
|
||||
a {
|
||||
color: $blue;
|
||||
}
|
||||
.btn {
|
||||
color: white;
|
||||
}
|
||||
.badge {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
@import "custom-variables";
|
||||
@import "node_modules/bootstrap/scss/bootstrap";
|
||||
|
||||
Reference in New Issue
Block a user