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:
2020-05-27 04:24:58 +02:00
parent 6ded711dd5
commit 06f67f4f32
25 changed files with 7075 additions and 342 deletions

View File

@@ -8,4 +8,4 @@ $theme-colors: (
"danger": #A94447,
"info": #B8FAFF,
"primary": #4CB8F1
);
) !default;

View File

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