0
0
Fork 0

Fix text colour of the question in the hand box once the spirit has chosen the question

This commit is contained in:
Oliver-Akins 2021-03-22 16:55:27 -06:00
parent 284da23189
commit 67b7cd2037
2 changed files with 3 additions and 1 deletions

View file

@ -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%;