Merge pull request #41 from Ajay-056/add-feature-ajay

Removed outline for textarea
This commit is contained in:
Brad Traversy 2021-07-31 10:31:37 -04:00 committed by GitHub
commit e6654e4e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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