Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
phellowpy committed Aug 4, 2024
1 parent b01e18e commit 1f9e7c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/css/contato.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ body {
border-radius: 10px;
box-shadow: 1px 1px 6px #0000001c;
font-size: 0.8rem;
color: white;
background-color: #59f8444b;
}

Expand All @@ -118,7 +119,9 @@ body {
}

.input-box input:focus-visible {
outline: 1px solid #4d1e4d;
outline: 2px solid #ffffff;
color: white;
background-color: #3970314b;
}

.input-box label,
Expand Down

0 comments on commit 1f9e7c7

Please sign in to comment.