0
0
Fork 0

Add specific CSS var for the hand background

This commit is contained in:
Oliver-Akins 2021-03-20 15:05:27 -06:00
parent 74d1eac0c6
commit 0e2575b9c5
2 changed files with 5 additions and 5 deletions

View file

@ -184,8 +184,7 @@ export default {
@import "../css/style.css";
#PlayerHand {
background-color: var(--background2);
border-radius: 20px;
background-color: var(--hand-background);
margin: 0 auto;
padding: 0px;
width: 95%;