We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de004c1 + 0a57d03 commit 2eac762Copy full SHA for 2eac762
quartz/styles/base.scss
@@ -40,7 +40,9 @@ li,
40
ol,
41
ul,
42
.katex,
43
-.math {
+.math,
44
+.typst-doc,
45
+.typst-doc * {
46
color: var(--darkgray);
47
fill: var(--darkgray);
48
hyphens: auto;
@@ -54,7 +56,9 @@ li,
54
56
55
57
58
59
60
61
62
overflow-wrap: anywhere;
63
/* tr and td removed from list of selectors for overflow-wrap, allowing them to use default 'normal' property value */
64
}
0 commit comments