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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/hulga.scss')
-rw-r--r--assets/css/hulga.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/css/hulga.scss b/assets/css/hulga.scss
new file mode 100644
index 0000000..abed90a
--- /dev/null
+++ b/assets/css/hulga.scss
@@ -0,0 +1,17 @@
+// bulma customize
+@charset "utf-8";
+
+// Import a Google Font
+// @import url('https://fonts.googleapis.com/css?family=Nunito:400,700');
+
+// Set your brand colors
+// $archblue: #1793d0;
+
+{{ if .Site.Params.primaryColor }}
+$primary: {{ .Site.Params.primaryColor }};
+{{end}}
+
+// Update Bulma's global variables
+// can define primary color in theme config
+
+@import "./common.scss";