diff --git a/src/index.css b/src/index.css index 679804f..8945818 100644 --- a/src/index.css +++ b/src/index.css @@ -43,6 +43,10 @@ input { background-color: var(--background-color); } +input[type="text"]:focus { + outline: 0; +} + #wrapper { width: 100%; max-width: 1280px;