0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 00:20:26 +03:00

Updating site color palette

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2019-02-22 04:24:10 +04:00
parent 244549b54d
commit ec65513e8a
2 changed files with 7 additions and 8 deletions

View File

@ -1,8 +1,8 @@
$color-bg-alt: #4a4a4a;
$color-bg: #222;
$color-blossom: #fff;
$color-fade: #c9c9c9;
$color-text: #c9c9c9;
$color-bg-alt: rgba(0, 0, 0, .09);
$color-bg: #fff;
$color-blossom: #007ea7;
$color-fade: #003459;
$color-text: #00171f;
$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;