mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
Up line height and add hanging punctuation
This commit is contained in:
parent
541b1688b6
commit
67281a6be0
@ -5,7 +5,8 @@ html {
|
|||||||
font-size: calc(1vmin + 13px);
|
font-size: calc(1vmin + 13px);
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1.4;
|
hanging-punctuation: first last;
|
||||||
|
line-height: 1.6;
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
background-color: $background-color-dark;
|
background-color: $background-color-dark;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user