Removed highlight around input
This commit is contained in:
parent
fa174cc3a8
commit
0c28bd5390
@ -43,6 +43,10 @@ input {
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
input[type="text"]:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
width: 100%;
|
||||
max-width: 1280px;
|
||||
|
Loading…
Reference in New Issue
Block a user