Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EmielH/hallo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/hallo.scss')
-rw-r--r--assets/scss/hallo.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/assets/scss/hallo.scss b/assets/scss/hallo.scss
index a9598db..ad32f21 100644
--- a/assets/scss/hallo.scss
+++ b/assets/scss/hallo.scss
@@ -1,3 +1,8 @@
+// Colours
+$color-background: {{ .Site.Params.colors.background | default "#6fcdbd" }};
+$color-foreground: {{ .Site.Params.colors.foreground | default "#fff" }};
+$color-hover: {{ .Site.Params.colors.hover | default "#333" }};
+
@import 'hallo/variables';
@import 'hallo/base';
-@import 'hallo/layout'; \ No newline at end of file
+@import 'hallo/layout';