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

github.com/iCyris/hugo-theme-yuki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/scss/config/_config.scss')
-rw-r--r--static/scss/config/_config.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/static/scss/config/_config.scss b/static/scss/config/_config.scss
new file mode 100644
index 0000000..7e26561
--- /dev/null
+++ b/static/scss/config/_config.scss
@@ -0,0 +1,16 @@
+/*
+ * Theme colors config
+ */
+$theme-color-gold: #b38d19;
+$theme-color-gold-light: #d9c68c;
+$theme-color-black: #111111;
+$theme-color-gray: #bbbbbb;
+$theme-color-gray-light: #e6e6e6;
+$theme-color-gray-heavy: #aaaaaa;
+$theme-color-white: #ffffff;
+/*
+ * Font config
+ */
+.u-font {
+ font-family: "EB Garamond", "Hiragino Mincho ProN", serif;
+} \ No newline at end of file