Skip to content

Commit 5e6e0aa

Browse files
committed
Fix footer background
1 parent 8371221 commit 5e6e0aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

css/bg.css

-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ body {
8888
body,
8989
footer {
9090
color: var(--color-text);
91-
background-color: var(--color-bg);
9291
}
9392

9493
a {
@@ -101,7 +100,6 @@ body {
101100
body,
102101
footer {
103102
color: var(--color-text-light);
104-
background-color: var(--color-bg-light);
105103
}
106104

107105
a {

0 commit comments

Comments
 (0)