diff options
author | Valentin Popov <info@valentineus.link> | 2018-12-06 23:46:47 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-12-06 23:47:09 +0300 |
commit | d280eb17cb1ee463fd5e807cb71f7ee26846b554 (patch) | |
tree | 4dc7c938bfc8800dc823dfbbf47acbf93830f395 | |
parent | 443322ab7d94c5bed5216549c9e83f1fe3f2d007 (diff) | |
download | popov.link-d280eb17cb1ee463fd5e807cb71f7ee26846b554.tar.xz popov.link-d280eb17cb1ee463fd5e807cb71f7ee26846b554.zip |
fix(css): Improving the appearance of the text
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | _scss/base/_sakura.scss | 4 | ||||
-rw-r--r-- | _scss/sakura/_main.scss | 2 |
2 files changed, 3 insertions, 3 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'; diff --git a/_scss/sakura/_main.scss b/_scss/sakura/_main.scss index d654b48..45300b3 100644 --- a/_scss/sakura/_main.scss +++ b/_scss/sakura/_main.scss @@ -7,7 +7,7 @@ body { background-color: $color-bg; color: $color-text; font-size: $font-size-base; - line-height: 1.618; + line-height: 1.56; margin: auto; max-width: 52em; padding: 13px; |