Skip to content

Commit

Permalink
fix: Missing semicolon in border color for green-auto.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnpepin committed Jun 22, 2023
1 parent 4f96dd4 commit 2b55b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/color/green-auto.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

--background: white;
--color: #201030;
--border-color: rgba(0,0,16,.125)
--border-color: rgba(0,0,16,.125);

div.logo {
color: white;
Expand Down

0 comments on commit 2b55b76

Please sign in to comment.