Add a little bit of rounding to the infobox, and make the input text monospace as well
This commit is contained in:
parent
cab9dc5193
commit
ec0fd84884
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue