Skip to content

Commit

Permalink
Accordion Example: correct input border contrast (issue #1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeBijl committed Oct 17, 2019
1 parent aae997b commit 3775a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/accordion/css/accordion.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ fieldset {
}

input {
border: 1px solid hsl(0, 0%, 62%);
border: 1px solid hsl(0, 0%, 42%);
border-radius: 0.3em;
display: block;
font-size: inherit;
Expand Down

0 comments on commit 3775a34

Please sign in to comment.