We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440a080 commit f0993beCopy full SHA for f0993be
src/components/CommentSystem/styles.ts
@@ -5,4 +5,5 @@ export const Container = styled.div`
5
flex-direction: column;
6
width: 100%;
7
height: 100%;
8
+ background-color: ${({ theme }) => theme.colors.background};
9
`;
src/templates/blogPost/styles.ts
@@ -6,6 +6,7 @@ export const Container = styled(motion.section)`
margin-top: 20px;
+ background-color: ${(props) => props.theme.colors.background};
10
11
&.halloween {
12
color: #000;
0 commit comments