deleted comments

This commit is contained in:
sunda 2021-11-01 23:35:55 +01:00
parent c2c7e0f3a5
commit 7c5f32d835

View File

@ -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; */
}
`