0
0
Fork 0

Create the Modal code / apply styling

This commit is contained in:
Oliver-Akins 2020-12-08 13:56:34 -07:00
parent c813f8c9e5
commit f7a2c2a7bb
2 changed files with 34 additions and 6 deletions

View file

@ -48,7 +48,7 @@
/* The fill colour of the eyes on the game board */
--eye-colour: #000000;
/* The colour that is used to bring focus towards the modal */
/* The colours for the modals */
--modal-background-blur: #000;
--modal-content-background: var(--background1);
--modal-content-text: var(--background1-text);