line height
This commit is contained in:
@@ -29,7 +29,7 @@ html {
|
||||
height: 100%;
|
||||
scroll-behavior: smooth;
|
||||
scrollbar-color: $color-fg-accent-op-m transparent;
|
||||
line-height: 1.3;
|
||||
line-height: 1.4;
|
||||
color-scheme: only dark;
|
||||
}
|
||||
body {
|
||||
@@ -45,7 +45,7 @@ a {
|
||||
}
|
||||
p {
|
||||
margin: 1em 0;
|
||||
line-height: 1.5;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
/* generic */
|
||||
@@ -136,7 +136,7 @@ article {
|
||||
color: $color-fg-dark;
|
||||
font-size: 0.875rem;
|
||||
margin-top: 0.2rem;
|
||||
line-height: 1.5;
|
||||
line-height: 1.6;
|
||||
}
|
||||
&:hover {
|
||||
figcaption {
|
||||
@@ -158,7 +158,7 @@ article {
|
||||
padding-left: 2rem;
|
||||
li {
|
||||
margin: 0.25em 0;
|
||||
line-height: 1.5;
|
||||
line-height: 1.6;
|
||||
}
|
||||
}
|
||||
& > ul,
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
padding: 0.5rem 0 0.5rem 0.5rem;
|
||||
line-height: 1.5;
|
||||
line-height: 1.6;
|
||||
.summary,
|
||||
.pub-date {
|
||||
color: $color-fg-dark;
|
||||
|
||||
Reference in New Issue
Block a user