remoe focus outline

This commit is contained in:
Arthur Lu 2023-01-11 02:27:10 -08:00
parent 1ce205c17b
commit 1575fa33fd

View File

@ -26,6 +26,10 @@ input {
border: solid white 1px; border: solid white 1px;
} }
input:focus {
outline: none;
}
select { select {
border: solid white 1px; border: solid white 1px;
background-color: black; background-color: black;