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-ink.scss')
-rw-r--r--assets/scss/sakura-ink.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/scss/sakura-ink.scss b/assets/scss/sakura-ink.scss
new file mode 100644
index 0000000..3b89945
--- /dev/null
+++ b/assets/scss/sakura-ink.scss
@@ -0,0 +1,13 @@
+$color-blossom: #3b22ea;
+$color-fade: #DA4453;
+
+$color-bg: #ffffff;
+$color-bg-alt: #f7f7f7;
+
+$color-text: rgba(0,0,0,0.85);
+$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";