mirror of
https://github.com/uetchy/namae.git
synced 2026-01-15 05:38:01 +09:00
chore: fix background color
This commit is contained in:
@@ -251,7 +251,7 @@ const ListButton = styled.div`
|
||||
|
||||
&:hover {
|
||||
color: white;
|
||||
background: black;
|
||||
background: #632bec;
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user