Skip to content

Commit

Permalink
fix(dark): update color for h2 titles
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpou committed Oct 1, 2020
1 parent de5cb43 commit c761032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Content.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const ContentBody = styled.div`
line-height: 1.6;
& > h2 {
color: var(--color-h2);
padding-top: 3rem;
margin-top: 3rem;
border-top: 1px solid #ececec;
Expand Down
2 changes: 1 addition & 1 deletion src/components/PostsListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Excerpt = styled.p`
`

const PostTitleLink = styled(Link)`
color: var(--color-text);
color: var(--color-h2);
&:hover {
border-bottom: 1px dotted var(--color-text);
}
Expand Down

0 comments on commit c761032

Please sign in to comment.