Skip to content

Commit

Permalink
Merge pull request #1094 from rleir/invalid_css_color
Browse files Browse the repository at this point in the history
color value was in quotes, was bad syntax. tested by making it #3f3 b…
  • Loading branch information
jameshadfield authored May 6, 2020
2 parents 37aece4 + 138fb33 commit 5679742
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
html, p, div, input, button {
font-family: "Lato", "Helvetica Neue", "Helvetica", "sans-serif";
font-weight: 400;
color: "#333";
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

Expand Down

0 comments on commit 5679742

Please sign in to comment.