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/style-in-use.scss')
-rw-r--r--assets/scss/style-in-use.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/scss/style-in-use.scss b/assets/scss/style-in-use.scss
new file mode 100644
index 0000000..5cd1cd4
--- /dev/null
+++ b/assets/scss/style-in-use.scss
@@ -0,0 +1,16 @@
+$color-blossom: #2c8898;
+$color-fade: #982c61;
+
+$color-bg: #f9f9f9;
+$color-bg-alt: #f1f1f1;
+
+$color-text: #4a4a4a;
+$font-size-base: 1.8rem;
+
+$font-family-sans-serif: Verdana, Geneva, sans-serif;
+$font-family-serif: serif;
+
+/* Replace values above from the other sakura-*.scss files to generate a different theme */
+
+@import "main";
+@import "custom"; \ No newline at end of file