Skip to content

Commit 2eac762

Browse files
committed
2 parents de004c1 + 0a57d03 commit 2eac762

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

quartz/styles/base.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ li,
4040
ol,
4141
ul,
4242
.katex,
43-
.math {
43+
.math,
44+
.typst-doc,
45+
.typst-doc * {
4446
color: var(--darkgray);
4547
fill: var(--darkgray);
4648
hyphens: auto;
@@ -54,7 +56,9 @@ li,
5456
ol,
5557
ul,
5658
.katex,
57-
.math {
59+
.math,
60+
.typst-doc,
61+
.typst-doc * {
5862
overflow-wrap: anywhere;
5963
/* tr and td removed from list of selectors for overflow-wrap, allowing them to use default 'normal' property value */
6064
}

0 commit comments

Comments
 (0)