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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue