most of creating components, increase legibility of bold in article and callouts

This commit is contained in:
Jacky Zhao
2023-08-07 23:56:50 -07:00
parent 774a162850
commit 533d68e642
3 changed files with 146 additions and 21 deletions

View File

@ -42,6 +42,7 @@ ul,
hyphens: auto;
}
.math {
font-size: 1.1rem;
&.math-display {
@ -108,6 +109,10 @@ a {
margin-top: 0;
margin-bottom: 0;
}
p > strong {
color: var(--dark);
}
}
& > #quartz-body {