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