mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-18 22:12:14 +00:00
Match darktheme palette to forum darktheme palette
Why reinvent the wheel.
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,24 +1,27 @@
|
|||||||
[data-theme='dark'] {
|
[data-theme='dark'] {
|
||||||
$theme-colors: (
|
$theme-colors: (
|
||||||
"success": #678f75,
|
"success": #3AB54A,
|
||||||
"warning": #FFE89B,
|
"warning": #FFE89B,
|
||||||
"danger": #9f4c49,
|
"danger": #BF1E2E,
|
||||||
"info": #006b8e,
|
"info": #25AAE2,
|
||||||
"primary": #4CB8F1
|
"primary": #3A52A2
|
||||||
);
|
);
|
||||||
@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: $gray-100;
|
color: $gray-100;
|
||||||
|
.navbar {
|
||||||
|
background-color: #111111 !important;
|
||||||
|
}
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
box-shadow: 0 0.5rem 1rem black;
|
box-shadow: 0 0.5rem 1rem black;
|
||||||
color: $gray-100;
|
color: $gray-100;
|
||||||
background: #121416;
|
background: #121416;
|
||||||
}
|
}
|
||||||
.form-control {
|
.form-control:not(.btn) {
|
||||||
background-color: #121416;
|
background-color: #121416;
|
||||||
color: $gray-100;
|
color: $gray-100;
|
||||||
border-color: #121416;
|
border-color: $gray-500;
|
||||||
}
|
}
|
||||||
.btn-light, .popover-header, .status {
|
.btn-light, .popover-header, .status {
|
||||||
background-color: #121416 !important;
|
background-color: #121416 !important;
|
||||||
@@ -28,7 +31,7 @@
|
|||||||
a {
|
a {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
}
|
}
|
||||||
.badge {
|
.badge, .btn-success {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
.badge-dark, .badge-secondary, .btn-primary {
|
.badge-dark, .badge-secondary, .btn-primary {
|
||||||
|
|||||||
Reference in New Issue
Block a user