Skip to content

Commit b5fe187

Browse files
committed
restore footer background
1 parent 529a9e8 commit b5fe187

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Footer.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
.root {
22
color: var(--gray-dark);
3-
/* background-color: var(--gray-light); */
3+
background-color: var(--gray-light);
44
color: var(--text-color);
55
flex-wrap: wrap;
66

77
& a {
88
padding-left: 0;
99
text-decoration: none;
10-
/* color: var(--gray-dark); */
1110
color: var(--text-color);
1211
}
1312
}

0 commit comments

Comments
 (0)