Skip to content

Commit

Permalink
fix font color
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwebb committed Feb 19, 2017
1 parent 1307e72 commit 8a31baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $brown: #3D3A31;
$medium-brown: #82807B;
$light-brown: #BBBAB7;
$very-light-brown: #E0E0DF;
$font-color: 808080;
$font-color: #808080;

body {
color: $font-color;
Expand Down

0 comments on commit 8a31baa

Please sign in to comment.