mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-07 05:28:45 -04:00
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:
parent
13bcab9cd1
commit
47d7482342
5 changed files with 35 additions and 24 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue