From 4f25c2dd263cdf6efbff19307a33a2e40061a47d Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 6 Dec 2018 22:04:48 +0400 Subject: feat(css): Global update of the site theme Signed-off-by: Valentin Popov --- _scss/base/_sakura.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _scss/base/_sakura.scss (limited to '_scss/base/_sakura.scss') diff --git a/_scss/base/_sakura.scss b/_scss/base/_sakura.scss new file mode 100644 index 0000000..5a6edcb --- /dev/null +++ b/_scss/base/_sakura.scss @@ -0,0 +1,10 @@ +$color-bg-alt: #c7e3be; +$color-bg: #f9f9f9; +$color-blossom: #338618; +$color-fade: #5e5e5e; +$color-text: #4a4a4a; +$font-family-sans-serif: Verdana, Geneva, sans-serif; +$font-family-serif: serif; +$font-size-base: 1.8rem; + +@import 'sakura/main'; -- cgit v1.2.3