mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-21 22:06:26 +01:00
Disable blue border on Home Page
This commit is contained in:
parent
7a08e70d70
commit
877ab2f3e5
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue