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 49989bf commit 111ce94Copy full SHA for 111ce94
src/components/Footer.module.css
@@ -1,5 +1,4 @@
1
.root {
2
- color: var(--gray-dark);
3
background-color: var(--gray-light);
4
color: var(--text-color);
5
flex-wrap: wrap;
src/templates/showcases.module.css
@@ -29,7 +29,7 @@
29
30
.recentChallenge {
31
display: flex;
32
- background-color: white;
+ background-color: var(--background-color);
33
}
34
35
.bottom {
0 commit comments