Add a little bit of rounding to the infobox, and make the input text monospace as well

pull/1/head
~erin 2021-07-10 17:58:46 -04:00
parent cab9dc5193
commit ec0fd84884
Signed by untrusted user: erin
GPG Key ID: DA70E064A8C70F44
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ h2#terminal {
margin-left: 25%;
margin-top: 5%;
padding-bottom: 10px;
border-radius: 2px;
}
h4 {
@ -91,6 +92,7 @@ h4 {
border-top: solid;
border-color: darkgray;
border-width: 2px;
font-family: monospace;
}
#userInput:focus {