Skip to content

Commit db10e3b

Browse files
committed
wip
1 parent b6104f7 commit db10e3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Web/assets/highlighting.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@
191191
.hl-qualified-phrase {
192192
background-color: var(--code-qualified);
193193
}
194+
.hl-error {
195+
border-bottom: 2px dotted var(--code-gutter-deletion);
196+
background-color: var(--code-complex);
197+
}
194198

195199
pre[data-lang="ellison"] {
196200
text-wrap: wrap;

0 commit comments

Comments
 (0)