cleanup code a bit

This commit is contained in:
Joeri Exelmans 2025-10-14 13:29:13 +02:00
parent 5e7b944978
commit b14b9e205c
11 changed files with 327 additions and 155 deletions

11
src/App/AST.css Normal file
View file

@ -0,0 +1,11 @@
details.active {
background-color: rgba(255, 140, 0, 0.2);
}
details {
border: 1px black solid;
/* border-radius: 5px; */
background-color: white;
margin-bottom: 2px;
padding-right: 2px;
}