cleanup code a bit
This commit is contained in:
parent
5e7b944978
commit
b14b9e205c
11 changed files with 327 additions and 155 deletions
11
src/App/AST.css
Normal file
11
src/App/AST.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue