feat(css): Updating the color scheme of the site
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
55683500ee
commit
b77d274760
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user