feat(css): Updating the color scheme of the site

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-12-16 18:20:24 +04:00
parent 55683500ee
commit b77d274760
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -1,9 +1,10 @@
$color-bg-alt: #c7e3be;
$color-bg: #f9f9f9;
$color-blossom: #338618;
$color-fade: #5e5e5e;
$color-text: #4a4a4a;
$font-family-sans-serif: "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
$color-bg-alt: #4a4a4a;
$color-bg: #222;
$color-blossom: #fff;
$color-fade: #c9c9c9;
$color-text: #c9c9c9;
$font-family-sans-serif: '-apple-system', BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
$font-size-base: 1.6rem;
@import 'sakura/main';