1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 09:58:13 +09:00

fix: theme-color

chore: fix margin
chore: update deps
This commit is contained in:
2021-07-30 15:53:42 +09:00
parent ba4949fe7b
commit 4343d0f633
13 changed files with 253 additions and 181 deletions

View File

@@ -37,7 +37,7 @@ export const Content = styled.div`
export const Header = styled.header`
padding: 0 40px;
background-image: linear-gradient(180deg, #bda2ff 0%, #1b24cc 99%);
background-image: linear-gradient(#9f78ff, #1b24cc 99%);
${mobile} {
padding: 0 20px;