mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-23 16:32:15 +00:00
Very initial work at togglable darktheme.
Dammit @alexdaniel654 just when I had my scope creep kinda under control. It'll be v. nice to have though...!
This commit is contained in:
@@ -8,4 +8,4 @@ $theme-colors: (
|
||||
"danger": #A94447,
|
||||
"info": #B8FAFF,
|
||||
"primary": #4CB8F1
|
||||
);
|
||||
) !default;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
[data-theme='dark'] {
|
||||
@import "custom-variables";
|
||||
@import 'node_modules/@forevolve/bootstrap-dark/scss/bootstrap-dark.scss';
|
||||
background: #222;
|
||||
color: white;
|
||||
}
|
||||
@import "custom-variables";
|
||||
@import "node_modules/bootstrap/scss/bootstrap";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user