Skip to content

Commit

Permalink
main footer color change
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Apr 3, 2024
1 parent cf850f5 commit 88b8180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const SubFooter = styled.div`
display: flex;
flex-direction: column;
align-items: center;
background: linear-gradient(180deg, rgba(201, 153, 209, 1) 0%, rgba(198, 0, 231, 1) 100%);
background-color: #6fe09e;
> div:nth-child(1) {
font-size: 16px;
font-weight: 700;
Expand Down

0 comments on commit 88b8180

Please sign in to comment.