only affect main text

This commit is contained in:
vintro 2024-12-13 18:04:46 -08:00
parent c41828edff
commit 7bf57ad587
No known key found for this signature in database

View File

@ -45,9 +45,6 @@ ul,
fill: var(--darkgray);
overflow-wrap: anywhere;
hyphens: auto;
font-size: 0.9rem;
letter-spacing: -0.03em;
line-height: 1.5;
}
.math {
@ -132,6 +129,18 @@ a {
font-size: 2rem;
}
p,
ul,
ol,
li,
td,
tr,
.math {
font-size: 0.9rem;
letter-spacing: -0.03em;
line-height: 1.5;
}
& li:has(> input[type="checkbox"]) {
list-style-type: none;
padding-left: 0;
@ -151,12 +160,6 @@ a {
p > strong {
color: var(--dark);
}
p {
letter-spacing: -0.03em;
line-height: 1.5;
font-size: 0.9rem;
}
}
& > #quartz-body {