aboutsummaryrefslogtreecommitdiff
path: root/_scss/base
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-01-23 10:54:12 +0300
committerValentin Popov <info@valentineus.link>2020-01-23 10:54:12 +0300
commit20a83cfb4a9f7841944b62c914250d8938274585 (patch)
treefcbbf1aedb82a345f852d5bab6bdf7b67be7136e /_scss/base
parentd48911089650991034664eac3d2dc2cb2527fcaa (diff)
downloadpopov.link-20a83cfb4a9f7841944b62c914250d8938274585.tar.xz
popov.link-20a83cfb4a9f7841944b62c914250d8938274585.zip
Updated site styles
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss/base')
-rw-r--r--_scss/base/_main.scss1
-rw-r--r--_scss/base/_sakura.scss4
2 files changed, 2 insertions, 3 deletions
diff --git a/_scss/base/_main.scss b/_scss/base/_main.scss
index e617f45..8e9bc80 100644
--- a/_scss/base/_main.scss
+++ b/_scss/base/_main.scss
@@ -1,3 +1,2 @@
-@import 'components/avatar';
@import 'components/core';
@import 'components/header';
diff --git a/_scss/base/_sakura.scss b/_scss/base/_sakura.scss
index cdc2fe4..0bcce6e 100644
--- a/_scss/base/_sakura.scss
+++ b/_scss/base/_sakura.scss
@@ -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;