diff options
author | Valentin Popov <info@valentineus.link> | 2018-12-06 18:31:31 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-12-06 18:35:36 +0300 |
commit | d90f8f23e3d39034ec3f856540de8e6cf56fb261 (patch) | |
tree | dae2465146168677e002d662af59275ffb21c847 /_scss/sakura/_theme.scss | |
parent | 71c611bf5219965e797d8c8367fe075d5d557b42 (diff) | |
download | popov.link-d90f8f23e3d39034ec3f856540de8e6cf56fb261.tar.xz popov.link-d90f8f23e3d39034ec3f856540de8e6cf56fb261.zip |
feat(css): Adding a framework 'sakura.scc'
https://github.com/oxalorg/sakura
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss/sakura/_theme.scss')
-rw-r--r-- | _scss/sakura/_theme.scss | 8 |
1 files changed, 8 insertions, 0 deletions
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; |