0
0
Fork 0

Add darken/lighten variants of the confirm/cancel colours.

This commit is contained in:
Oliver-Akins 2020-12-13 16:54:48 -07:00
parent 2eec1880c6
commit 2240f96940

View file

@ -62,9 +62,13 @@
--modal-content-background: var(--background1); --modal-content-background: var(--background1);
--modal-content-text: var(--background1-text); --modal-content-text: var(--background1-text);
/* The colours used for the buttons in the discard hand modal */ /* The colours used for the buttons in the modal that are for confirming actions */
--confirm-background: #00aa00; --confirm-background: #018501;
--confirm-background-darken: #006600;
--confirm-background-lighten: #00aa00;
--confirm-text: white; --confirm-text: white;
--cancel-background: #aa0000; --cancel-background: #aa0000;
--cancel-background-darken: #830101;
--cancel-background-lighten: #e71111;
--cancel-text: white; --cancel-text: white;
} }