Fix text colour of the question in the hand box once the spirit has chosen the question
This commit is contained in:
parent
284da23189
commit
67b7cd2037
2 changed files with 3 additions and 1 deletions
|
|
@ -184,7 +184,8 @@ export default {
|
|||
@import "../css/style.css";
|
||||
|
||||
#PlayerHand {
|
||||
background-color: var(--hand-background);
|
||||
background: var(--hand-background);
|
||||
color: var(--hand-text);
|
||||
margin: 0 auto;
|
||||
padding: 0px;
|
||||
width: 95%;
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
|
||||
/* Hand colours */
|
||||
--hand-background: rgba(255, 255, 255, 0.2);
|
||||
--hand-text: var(--dark-font-colour);
|
||||
|
||||
/*
|
||||
The colours for the cards in the hands of the players
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue