aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/import.scss
diff options
context:
space:
mode:
Diffstat (limited to '_includes/import.scss')
-rw-r--r--_includes/import.scss26
1 files changed, 26 insertions, 0 deletions
diff --git a/_includes/import.scss b/_includes/import.scss
new file mode 100644
index 0000000..1810e57
--- /dev/null
+++ b/_includes/import.scss
@@ -0,0 +1,26 @@
+---
+# this ensures Jekyll reads the file to be transformed into CSS later
+# only Main files contain this front matter, not partials.
+---
+@charset "utf-8";
+
+$site-color: "{{ site.color }}";
+
+//$site-color: #9FCF6C;
+//$site-color: #c3950d;
+
+//////////////////////////////////////////////////////////////
+
+$color-background: $site-color;
+$color-link: darken($site-color, 20%);
+
+// Buttons
+$color-btn-primary: darken($site-color, 10%);
+$color-btn-success: darken($site-color, 20%);
+$color-btn-link: darken($site-color, 30%);
+
+
+//////////////////////////////////////////////////////////////
+
+@import "site";
+@import "bootstrap4/bootstrap";