mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
editor: use error color for errors in math blocks
This commit is contained in:
@@ -363,12 +363,12 @@ span:focus .fake-cursor {
|
||||
|
||||
.math-node.empty-math .math-render::before {
|
||||
content: "(empty)";
|
||||
color: red;
|
||||
color: var(--paragraph-error);
|
||||
}
|
||||
|
||||
.math-node .math-render.parse-error::before {
|
||||
content: "(math error)";
|
||||
color: red;
|
||||
color: var(--paragraph-error);
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user