Add specific CSS var for the hand background
This commit is contained in:
parent
74d1eac0c6
commit
0e2575b9c5
2 changed files with 5 additions and 5 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue