reference address bar by id

This commit is contained in:
David Reed 2023-01-01 14:55:39 -05:00
parent 282de6a1b8
commit daf6bef0f6
No known key found for this signature in database
GPG key ID: 2211691D8A1EE72F

View file

@ -104,7 +104,7 @@ footer a:hover {
color: rgba(253, 253, 253, 0.514); color: rgba(253, 253, 253, 0.514);
} }
form input { #uv-address {
background: none; background: none;
font-family: inherit; font-family: inherit;
padding: 0px 17px; padding: 0px 17px;
@ -120,7 +120,7 @@ form input {
transition: border-radius 0.1s; transition: border-radius 0.1s;
} }
form input:focus { #uv-address:focus {
border: 1px solid rgba(253, 253, 253, 0.514); border: 1px solid rgba(253, 253, 253, 0.514);
border-radius: 6px; border-radius: 6px;
} }