aboutsummaryrefslogtreecommitdiff
path: root/_scss/base
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-12-06 23:46:47 +0300
committerValentin Popov <info@valentineus.link>2018-12-06 23:47:09 +0300
commitd280eb17cb1ee463fd5e807cb71f7ee26846b554 (patch)
tree4dc7c938bfc8800dc823dfbbf47acbf93830f395 /_scss/base
parent443322ab7d94c5bed5216549c9e83f1fe3f2d007 (diff)
downloadpopov.link-d280eb17cb1ee463fd5e807cb71f7ee26846b554.tar.xz
popov.link-d280eb17cb1ee463fd5e807cb71f7ee26846b554.zip
fix(css): Improving the appearance of the text
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss/base')
-rw-r--r--_scss/base/_sakura.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/_scss/base/_sakura.scss b/_scss/base/_sakura.scss
index 5a6edcb..5aba402 100644
--- a/_scss/base/_sakura.scss
+++ b/_scss/base/_sakura.scss
@@ -3,8 +3,8 @@ $color-bg: #f9f9f9;
$color-blossom: #338618;
$color-fade: #5e5e5e;
$color-text: #4a4a4a;
-$font-family-sans-serif: Verdana, Geneva, sans-serif;
+$font-family-sans-serif: "-apple-system", BlinkMacSystemFont, Verdana, Geneva, ssans-serif;
$font-family-serif: serif;
-$font-size-base: 1.8rem;
+$font-size-base: 1.6rem;
@import 'sakura/main';