Update the colour variables for the cards
This commit is contained in:
parent
4d156a1e68
commit
b71a9e7d7f
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@
|
|||
/*
|
||||
The colours for the cards in the hands of the players
|
||||
*/
|
||||
--card-background: #000;
|
||||
--card-text: #FFF;
|
||||
--card-background: #E1D098;
|
||||
--card-text: var(--dark-font-colour);
|
||||
|
||||
/*
|
||||
The colours used for the main game board. While playing, the alt colour
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue