From e6a3014c8780ca5f39076de5fc462da55263ecf1 Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Fri, 5 Mar 2021 17:32:50 +0900 Subject: [PATCH] chore: change footer background --- src/components/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 10b107f..8180270 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -163,7 +163,7 @@ const About = () => { const Container = styled(Section)` --text: #bdbdbd; - --background: #404040; + --background: #150c30; display: flex; flex-direction: row;