More text color tweaking

This commit is contained in:
Tom Moor
2019-03-12 22:33:24 -07:00
parent 0c2d9f2f9c
commit 680a9245bd
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ const Subheading = styled.h3`
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.04em;
color: ${props => props.theme.divider};
color: ${props => props.theme.textTertiary};
border-bottom: 1px solid ${props => props.theme.divider};
padding-bottom: 8px;
margin-top: 30px;

View File

@@ -8,7 +8,7 @@ const NavItem = styled(NavLink)`
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
color: ${props => props.theme.divider};
color: ${props => props.theme.textTertiary};
letter-spacing: 0.04em;
margin-right: 24px;
padding-bottom: 8px;