Skip to content

Commit

Permalink
only affect main text
Browse files Browse the repository at this point in the history
  • Loading branch information
vintrocode committed Dec 14, 2024
1 parent c41828e commit 7bf57ad
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions quartz/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand All @@ -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 {
Expand Down

0 comments on commit 7bf57ad

Please sign in to comment.