fix(css): Improving the appearance of the text
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
443322ab7d
commit
d280eb17cb
@ -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';
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user