Remove search bar focus border

This commit is contained in:
softsimon 2023-03-10 20:19:37 +09:00
parent 8dccaee0b0
commit d3d67627f3
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -53,3 +53,8 @@ form {
margin-top: 1px;
margin-right: 2px;
}
input:focus {
box-shadow: none;
border-color: #1b1f2c;
}