Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
feat(BlogPost): <time /> color to colors.black for a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Oct 6, 2018
1 parent 056fad2 commit 0f6d2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/BlogPost.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ const PostHeader = ({
position: `relative`,
display: `inline-block`,
background: `#fff`,
color: `#c3c3c3`,
color: colors.black,
padding: `0 .5rem`,
}}
>
Expand Down

0 comments on commit 0f6d2d3

Please sign in to comment.