Skip to content

Commit

Permalink
Form input highlighted on focus.
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelJ committed Aug 7, 2020
1 parent 15ce666 commit ad3ac48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ main {
[type="time"]:focus, [type="url"]:focus, [type="week"]:focus, textarea:focus,
select:focus
{
border: 1px solid rgba(0, 0, 0, 0.2);
border: 1px solid #b37216;
box-shadow: 0 0 4px rgba(202, 202, 202, 0.075);
}

Expand Down

0 comments on commit ad3ac48

Please sign in to comment.