Merge pull request #41 from Ajay-056/add-feature-ajay
Removed outline for textarea
This commit is contained in:
commit
e6654e4e57
@ -37,6 +37,10 @@ textarea {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
textarea:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.tag {
|
||||
background-color: #f0932b;
|
||||
color: #fff;
|
||||
|
Loading…
Reference in New Issue
Block a user