Skip to content

Commit

Permalink
Merge pull request #131 from jonashoechst/master
Browse files Browse the repository at this point in the history
[Fix] added missing default property for accentColour
  • Loading branch information
daviddarnes authored May 27, 2019
2 parents a9d036f + 09bc2a9 commit 50630df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$backgroundColour: #ffffff !default;
$codeBackgroundColour: #fafafa !default;
$featureBackgroundColour: #f9fafa !default;
$accentColour: #05bf85;
$accentColour: #05bf85 !default;

// Text colours
$headingColour: #242e2b !default;
Expand Down

0 comments on commit 50630df

Please sign in to comment.