Add darken/lighten variants of the confirm/cancel colours.
This commit is contained in:
parent
2eec1880c6
commit
2240f96940
1 changed files with 6 additions and 2 deletions
|
|
@ -62,9 +62,13 @@
|
|||
--modal-content-background: var(--background1);
|
||||
--modal-content-text: var(--background1-text);
|
||||
|
||||
/* The colours used for the buttons in the discard hand modal */
|
||||
--confirm-background: #00aa00;
|
||||
/* The colours used for the buttons in the modal that are for confirming actions */
|
||||
--confirm-background: #018501;
|
||||
--confirm-background-darken: #006600;
|
||||
--confirm-background-lighten: #00aa00;
|
||||
--confirm-text: white;
|
||||
--cancel-background: #aa0000;
|
||||
--cancel-background-darken: #830101;
|
||||
--cancel-background-lighten: #e71111;
|
||||
--cancel-text: white;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue