rework green color (beter buttons text)

This commit is contained in:
nikk gitanes
2021-06-06 01:12:56 +03:00
parent b3389e033e
commit 42befed45d
4 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ export const TorrentCard = styled.div`
grid-template-areas: 'poster description buttons';
gap: 10px;
padding: 10px;
background: #3fb57a;
background: #00a572;
box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
@media (max-width: 1260px), (max-height: 500px) {