From d90f8f23e3d39034ec3f856540de8e6cf56fb261 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 6 Dec 2018 19:31:31 +0400 Subject: feat(css): Adding a framework 'sakura.scc' https://github.com/oxalorg/sakura Signed-off-by: Valentin Popov --- _scss/sakura/_theme.scss | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _scss/sakura/_theme.scss (limited to '_scss/sakura/_theme.scss') diff --git a/_scss/sakura/_theme.scss b/_scss/sakura/_theme.scss new file mode 100644 index 0000000..f248c15 --- /dev/null +++ b/_scss/sakura/_theme.scss @@ -0,0 +1,8 @@ +$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; -- cgit v1.2.3