Disable blue border on Home Page

This commit is contained in:
Moe Poi ~ 2021-09-26 22:45:20 +07:00
parent 7a08e70d70
commit 877ab2f3e5

View file

@ -594,4 +594,9 @@ body {
.newsletter_submit_btn:hover {
background: #fe7c7f;
}
:focus {
outline: 0 !important;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}