Dark mode colour improvements

This commit is contained in:
2020-06-24 12:04:32 +01:00
parent 141e1c94d7
commit b28377e1f5
3 changed files with 583 additions and 566 deletions

View File

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