fixed your textarea thing

master
Jakob 2020-03-09 03:31:13 +01:00
parent 2cc18b7f93
commit 2e988431e9
1 changed files with 6 additions and 0 deletions

View File

@ -147,6 +147,12 @@ input[type=submit]:hover {
}
textarea, select {
font-family: monospace;
width: 100%;
border-radius: 4px;
padding: 14px 20px;
margin: 8px 0;
background-color: #fef6e4;
color: #001858;
display: inline-block;
border: 1px solid #001858;