diff --git a/src/components/Header.tsx b/src/components/Header.tsx index bf2a71f..e57152f 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -36,7 +36,7 @@ const Main = styled.div` display: flex; align-items: center; justify-content: left; - background-color: rgba(0, 180, 40, 0.6); + background-color: rgba(0, 180, 40, 0.8); box-shadow: 0px 2px 3px 0px #9e9e9e; position: relative; `;