0
0
Fork 0

Get the Modal animation component functioning properly

This commit is contained in:
Oliver-Akins 2020-12-08 14:30:56 -07:00
parent f7a2c2a7bb
commit c543f4f717
2 changed files with 20 additions and 5 deletions

View file

@ -49,7 +49,7 @@
--eye-colour: #000000;
/* The colours for the modals */
--modal-background-blur: #000;
--modal-background-blur: #000000a6;
--modal-content-background: var(--background1);
--modal-content-text: var(--background1-text);