Update README.md

This commit is contained in:
Eric Lay 2025-05-01 07:41:27 -05:00
parent 28cbaebe54
commit 08b258100b
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
```css
textarea#user-specified-css-input {
height: 400px;
width: 600px;
@ -68,4 +69,5 @@ textarea#user-specified-css-input {
}
#settings {
background: #434343;
}
}
```