diff --git a/src/layouts/InfoLayout/styles.js b/src/layouts/InfoLayout/styles.js index 48da777..c7f9832 100644 --- a/src/layouts/InfoLayout/styles.js +++ b/src/layouts/InfoLayout/styles.js @@ -34,9 +34,6 @@ export const Wrapper = styled.div` h3 { color: ${props => props.theme.foreground}; } - /* a { - color: ${props => props.theme.highlight}; - } */ button { color: ${props => props.theme.foreground}; @@ -119,7 +116,6 @@ export const Content = styled.div` img.img-logo { max-height: 80px; mix-blend-mode: exclusion; - /* padding: 1em; */ } `