Update term.css

This commit is contained in:
noxy 2017-02-04 10:20:53 +00:00
parent 2c05b3905a
commit de007db524

View File

@ -32,12 +32,12 @@ input, select, textarea {
.return { .return {
text-align: center; text-align: center;
font-size: 50px; font-size: 30px;
color: #00DF00; color: #00DF00;
text-shadow: 0 0 20px #00DF00; text-shadow: 0 0 20px #00DF00;
background: #0b0b0b; background: #0b0b0b;
border-bottom: 2px solid #0a842a; border-bottom: 2px solid #0a842a;
margin-top: -90px; margin-top: -60px;
} }
.controls { .controls {
@ -48,7 +48,7 @@ input, select, textarea {
margin: 0 auto; margin: 0 auto;
background: #0b0b0b; background: #0b0b0b;
padding-top: 0; padding-top: 0;
margin-top: 90px; margin-top: 60px;
border: 2px solid #0a842a; border: 2px solid #0a842a;
} }