Removed outline for textarea

This commit is contained in:
AK 2021-01-04 12:49:03 +05:30
parent 2c455d26f3
commit 6495bceb65

View File

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