Client - add dark theme to base.scss & button in navbar to toggle theme

This commit is contained in:
Sam
2023-12-16 18:54:40 +01:00
parent 861c3d7af3
commit 94fd50d404
5 changed files with 48 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
@import 'colors';
@import 'colors-dark';
@import 'fonts';
@import 'vars';

View File

@@ -1,4 +1,4 @@
:root {
:root [data-theme='dark'] {
--app-background-color: #090909;
--app-color: #ffffff;
--app-color-light: #6f7070;