fixed npda crash on duplicate states/symbols, reduced font size for edges, fixed incorrect caret color, fixed edge label alignment

This commit is contained in:
ParkerTenBroeck 2026-01-08 19:00:14 -05:00
parent 13bcab9cd1
commit 47d7482342
5 changed files with 35 additions and 24 deletions

View file

@ -18,6 +18,10 @@
color: var(--fg-0);
}
.cm-content{
caret-color: var(--fg-0)!important;
}
.cm-gutters {
background: var(--bg-2) !important;
color: var(--fg-muted);