diff --git a/css/main.scss b/css/main.scss index 73ef87203..1f586c54c 100644 --- a/css/main.scss +++ b/css/main.scss @@ -30,7 +30,7 @@ /* Fonts END */ /* Theme BEGIN */ -@import "themes/light"; +@import "themes/main"; /* Theme END */ /* Modules BEGIN */ diff --git a/css/themes/_main.scss b/css/themes/_main.scss new file mode 100644 index 000000000..f49e1594b --- /dev/null +++ b/css/themes/_main.scss @@ -0,0 +1,5 @@ +/** +* Switch themes here +*/ + +@import "light"; \ No newline at end of file