diff --git a/assets/sources/cards.png b/assets/sources/cards.png new file mode 100644 index 0000000..5fe2d1c --- /dev/null +++ b/assets/sources/cards.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a18f02507268e0ea3068c09f1c5e2e8b4ca71187e8f7dcaa1683923eb60c804 +size 1478 diff --git a/public/favicon.ico b/public/favicon.ico index fb282da..a36656a 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/components/Pile.tsx b/src/components/Pile.tsx index f8b3c2d..2dea2d3 100644 --- a/src/components/Pile.tsx +++ b/src/components/Pile.tsx @@ -16,14 +16,14 @@ export default ((props) => { face="down" style={{ position: "absolute", - transform: `translate(${i() * 0.8}px, ${ - -i() * 0.4 + transform: `translate(${i() * 0.5}px, ${ + i() * 0.2 }px)`, - "z-index": 100 - i(), + // "z-index": 100 - i(), border: `0.1px solid rgb(${ - 60 - i() + Math.random() * 10 - }, ${60 - i() + Math.random() * 10}, ${ - 60 - i() + Math.random() * 10 + 10 + i() + Math.random() * 50 + }, ${10 + i() + Math.random() * 50}, ${ + 10 + i() + Math.random() * 50 });`, }} />