mirror of
https://github.com/uetchy/namae.git
synced 2025-03-18 04:50:32 +09:00
fix: change list color
This commit is contained in:
parent
4519847a22
commit
158e5dde4d
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user