Removed outline for textarea

pull/41/head
AK 4 years ago
parent 2c455d26f3
commit 6495bceb65

@ -37,6 +37,10 @@ textarea {
font-size: 16px;
}
textarea:focus {
outline: none;
}
.tag {
background-color: #f0932b;
color: #fff;

Loading…
Cancel
Save