Skip to content

Commit 111ce94

Browse files
committed
refactor: css clean up
1 parent 49989bf commit 111ce94

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/Footer.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.root {
2-
color: var(--gray-dark);
32
background-color: var(--gray-light);
43
color: var(--text-color);
54
flex-wrap: wrap;

src/templates/showcases.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
.recentChallenge {
3131
display: flex;
32-
background-color: white;
32+
background-color: var(--background-color);
3333
}
3434

3535
.bottom {

0 commit comments

Comments
 (0)