refact: clean up unused styles

This commit is contained in:
Jean-Philippe Sirois
2020-05-12 00:38:51 -04:00
parent 66f0d0ffef
commit f463d8c58a
2 changed files with 4 additions and 19 deletions
-2
View File
@@ -6,9 +6,7 @@ export const FooterWrapper = styled.footer`
& a {
display: inline;
font-weight: 700;
color: #fff;
color: ${props => props.theme.main.foreground};
font-weight: 700;
text-decoration: none;
position: relative;