Skip to content

Commit

Permalink
Fix foreground color spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm23 committed Aug 24, 2023
1 parent 9d02459 commit 7adb216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@import url('https://fonts.googleapis.com/css?family=Montserrat');

*, body, h1, h2, h3, h4, p, div {
color #DDD;
background-color: #282C32;
color: #99a9af;
font-family: 'Montserrat', sans-serif;
}

Expand Down

0 comments on commit 7adb216

Please sign in to comment.