Client - add dark theme to base.scss & button in navbar to toggle theme
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@import 'colors';
|
||||
@import 'colors-dark';
|
||||
@import 'fonts';
|
||||
@import 'vars';
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
:root {
|
||||
:root [data-theme='dark'] {
|
||||
--app-background-color: #090909;
|
||||
--app-color: #ffffff;
|
||||
--app-color-light: #6f7070;
|
||||
|
Reference in New Issue
Block a user