More text color tweaking
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user