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

Updated site styles

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-01-23 11:54:12 +04:00
parent d489110896
commit 20a83cfb4a
7 changed files with 29 additions and 73 deletions

View File

@ -1,3 +1,2 @@
@import 'components/avatar';
@import 'components/core';
@import 'components/header';

View File

@ -1,8 +1,8 @@
$color-bg-alt: rgba(0, 0, 0, .09);
$color-bg: rgb(255, 255, 255);
$color-blossom:rgb(0, 51, 153);
$color-blossom: rgb(0, 51, 153);
$color-fade: rgb(51, 102, 204);
$color-html:rgb(255, 255, 255);
$color-html: rgb(255, 255, 255);
$color-text: rgb(0, 0, 0);
$font-family-sans-serif: '-apple-system', BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Arial', sans-serif;