summaryrefslogtreecommitdiffstats
path: root/assets/sass/style.scss
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-24 01:22:16 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-24 01:22:16 +0200
commite8868989dbfbc030b38e2f9c71b55a905d629a2e (patch)
treea9c19715565988f253b2b7f663311d6c101c6bf6 /assets/sass/style.scss
parentebc0aa6ab1898f0e3fa86337ce9c92fed78e0021 (diff)
downloadgohugo-theme-ed-e8868989dbfbc030b38e2f9c71b55a905d629a2e.tar.gz
Initial scss support
Diffstat (limited to 'assets/sass/style.scss')
-rw-r--r--assets/sass/style.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/sass/style.scss b/assets/sass/style.scss
new file mode 100644
index 0000000..fcc493c
--- /dev/null
+++ b/assets/sass/style.scss
@@ -0,0 +1,24 @@
+/*
+ Common Variables
+
+ Feel free to change!
+*/
+
+/* Fonts */
+$main-font: "Palatino Linotype", "Book Antiqua", Palatino, serif;
+$heading-font: sans-serif;
+$regular-font-size: 1.25em; /* 20px / 16px = 1.25em; support text resizing in all browsers */
+
+
+/*
+ Color
+
+ Make sure to leave color_scheme in `config.toml` file empty for granular control
+*/
+
+$text-color: #454545;
+$heading-color: #404040;
+$link-color: #841212;
+
+@import "ed";
+@import "syntax";