mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-07 05:28:45 -04:00
moved frontend to event driven bus, added more simulation stuff
This commit is contained in:
parent
c7309a75d9
commit
8c8bb103b2
17 changed files with 767 additions and 493 deletions
|
|
@ -11,6 +11,7 @@ body {
|
|||
margin: 0;
|
||||
color: var(--fg-0);
|
||||
font-family: var(--font-ui);
|
||||
font-size: 14px;
|
||||
background: #909090;
|
||||
}
|
||||
|
||||
|
|
@ -103,6 +104,7 @@ body {
|
|||
border-radius: 12px;
|
||||
border: 1px solid var(bg-1);
|
||||
background: var(--bg-2);
|
||||
font: var(--font-ui)
|
||||
}
|
||||
|
||||
.share-toast {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue