Extend grammar markup style continued

This commit is contained in:
Simon Rozman
2025-02-27 13:52:14 +01:00
parent 53fc05a2f8
commit bb822f0bbc
5 changed files with 399 additions and 141 deletions

View File

@@ -15,11 +15,11 @@
}
.bes-highlight-spelling-rect {
background: rgb(255, 115, 0);
background: rgb(0, 123, 255);
}
.bes-highlight-grammar-rect {
background: rgb(0, 123, 255);
background: rgb(255, 115, 0);
}
.bes-canvas {