Skip to content

Commit

Permalink
transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Nov 11, 2024
1 parent 0519f29 commit b6239d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Games.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ const Games: VFC<{ serverAPI: any }> = ({ serverAPI }) => {
cursor: pointer;
transform-origin: 50% 50%;
transform-style: preserve-3d;
transform: scale(0.98)
background:#efefef
transform: scale(0.98);
background: transparent
}
.game.gpfocus, .game:hover{
Expand Down

0 comments on commit b6239d9

Please sign in to comment.