line height

This commit is contained in:
2026-08-07 21:48:28 +00:00
parent 3d1fc3aba2
commit efd04dbe62
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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,