aboutsummaryrefslogtreecommitdiffstats
path: root/web/css/_src/_config.frontend.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/css/_src/_config.frontend.scss')
-rw-r--r--web/css/_src/_config.frontend.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/css/_src/_config.frontend.scss b/web/css/_src/_config.frontend.scss
new file mode 100644
index 0000000..4c9a5fb
--- /dev/null
+++ b/web/css/_src/_config.frontend.scss
@@ -0,0 +1,11 @@
+@import "_mixins";
+
+/* Navbar */
+$navbar-height: 60px;
+
+/* Layout */
+$layout-bg-color: #fff;
+
+/* Basic colors */
+$main-color: #99AEC4;
+$text-color: #4D5157;