Skip to content

Commit ef34da0

Browse files
committed
1 parent aec5514 commit ef34da0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/stylesheets/components/core/_math.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33

44
.math-node.empty-math .math-render::before {
55
content: "Click to insert LaTex ...";
6-
color: black;
6+
color: var(--fill-tertiary);
77
}
88

99
.math-node .math-render.parse-error::before {
1010
content: "Cannot parse LaTeX.";
11+
color: var(--accent-red);
1112
cursor: help;
1213
}
1314

@@ -44,3 +45,7 @@ math-display {
4445
.math-src {
4546
font-size: 0.90em;
4647
}
48+
49+
.math-node .math-src {
50+
color: var(--fill-primary);
51+
}

0 commit comments

Comments
 (0)