Removed highlight around input

This commit is contained in:
Shuqi 2023-11-14 02:58:34 +08:00
parent fa174cc3a8
commit 0c28bd5390
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ input {
background-color: var(--background-color);
}
input[type="text"]:focus {
outline: 0;
}
#wrapper {
width: 100%;
max-width: 1280px;