made simplier editor, added color coding

This commit is contained in:
Fedor Katurov 2023-04-25 20:01:46 +06:00
parent 601eda17de
commit c1533e9cb9
15 changed files with 287 additions and 43 deletions

View file

@ -0,0 +1,9 @@
.textarea {
width: 100%;
height: 100%;
padding: 0;
background: transparent;
color: inherit;
border: none;
box-sizing: border-box;
}