sdy

add background color

...@@ -4,6 +4,7 @@ import { Link } from "react-router-dom"; ...@@ -4,6 +4,7 @@ import { Link } from "react-router-dom";
4 4
5 const Footer = styled.footer` 5 const Footer = styled.footer`
6 width: 100%; 6 width: 100%;
7 + background-color: #ecf0f1;
7 border-top: 1px solid #ebeaeb; 8 border-top: 1px solid #ebeaeb;
8 `; 9 `;
9 10
......