Updating site color palette

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

View File

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

View File

@ -1,4 +1,3 @@
$background-border: rgba(0, 0, 0, .09);
$background-image: '/assets/background.svg'; $background-image: '/assets/background.svg';
html { html {
@ -6,6 +5,6 @@ html {
} }
body { body {
border-left: 1px solid $background-border; border-left: 1px solid $color-bg-alt;
border-right: 1px solid $background-border; border-right: 1px solid $color-bg-alt;
} }