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

github.com/softwareyoga/ronu-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/sakura.scss')
-rw-r--r--assets/scss/sakura.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/scss/sakura.scss b/assets/scss/sakura.scss
new file mode 100644
index 0000000..26c6651
--- /dev/null
+++ b/assets/scss/sakura.scss
@@ -0,0 +1,13 @@
+$color-blossom: #1d7484;
+$color-fade: #982c61;
+
+$color-bg: #f9f9f9;
+$color-bg-alt: #f1f1f1;
+
+$color-text: #4a4a4a;
+$font-size-base: 1.8rem;
+
+$font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
+$font-family-heading: $font-family-base;
+
+@import "main";