1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 20:40:32 +09:00

fix: change list color

This commit is contained in:
uetchy 2019-08-14 12:42:45 +09:00
parent 4519847a22
commit 158e5dde4d

View File

@ -117,7 +117,7 @@ const List = styled.div`
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center; justify-content: center;
background-image: linear-gradient(180deg, #ec7951 0%, #f03054 100%); background-image: linear-gradient(180deg, #a57bf3 0%, #4364e1 100%);
color: white; color: white;
border-radius: 4px; border-radius: 4px;
font-size: 1rem; font-size: 1rem;