add font size to input, textarea

This commit is contained in:
brett 2020-10-01 13:46:43 -06:00
parent 0b010dfe88
commit 3e380b1dd4
2 changed files with 12 additions and 0 deletions

View file

@ -26,6 +26,13 @@ input::placeholder {
color: lightgray;
}
input[type="text"],
input[type="url"],
input[type="password"],
textarea {
font-size: 16px;
}
.queryInput {
width: 128px;
padding: 0 22px 0 2px;

View file

@ -13,6 +13,11 @@ button {
button:focus {
outline: none;
}
input[type="text"],
input[type="url"],
textarea {
font-size: 16px;
}
.alert {
background: #ced;
border: 1px solid #acc;