Skip to content

Commit

Permalink
GHI-#6 Use nord4 for the font color
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Mar 8, 2017
1 parent 5f09f08 commit c394588
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ exports.decorateConfig = config => {
background-color: ${nord.nord1};
transition: opacity 400ms ease;
}
.footer_footer .item_item {
color: ${nord.nord4};
}
`
});
};

0 comments on commit c394588

Please sign in to comment.