Skip to content

Commit 10ddc4f

Browse files
committed
header 濃くした
1 parent 0b4f47f commit 10ddc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const Main = styled.div`
3636
display: flex;
3737
align-items: center;
3838
justify-content: left;
39-
background-color: rgba(0, 180, 40, 0.6);
39+
background-color: rgba(0, 180, 40, 0.8);
4040
box-shadow: 0px 2px 3px 0px #9e9e9e;
4141
position: relative;
4242
`;

0 commit comments

Comments
 (0)