Add a little bit of rounding to the infobox, and make the input text monospace as well
parent
cab9dc5193
commit
ec0fd84884
|
@ -43,6 +43,7 @@ h2#terminal {
|
||||||
margin-left: 25%;
|
margin-left: 25%;
|
||||||
margin-top: 5%;
|
margin-top: 5%;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
|
@ -91,6 +92,7 @@ h4 {
|
||||||
border-top: solid;
|
border-top: solid;
|
||||||
border-color: darkgray;
|
border-color: darkgray;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
#userInput:focus {
|
#userInput:focus {
|
||||||
|
|
Loading…
Reference in New Issue