update colours for better UX and implement AA minimum contrast

This commit is contained in:
Robin Scholtes 2023-05-15 14:18:10 +12:00
parent 9ec902a369
commit f5f0e91d51
3 changed files with 10 additions and 5 deletions

View file

@ -46,8 +46,8 @@
/* Operation colours */
--op-list-operation-font-colour: #3a87ad;
--op-list-operation-bg-colour: #d9edf7;
--op-list-operation-font-colour: #2f6d8c;
--op-list-operation-bg-colour: #e7f3f8;
--op-list-operation-border-colour: #bce8f1;
--rec-list-operation-font-colour: #468847;
@ -55,9 +55,12 @@
--rec-list-operation-border-colour: #d3e8c0;
--selected-operation-font-color: #c09853;
--selected-operation-bg-colour: rgba(217, 237, 247, 0.5);
--selected-operation-bg-colour: #d5ebf5;
--selected-operation-border-colour: #fbeed5;
/*mobile UI: selected operation checkmark*/
--checkmark-color: var(--op-list-operation-font-colour);
--breakpoint-font-colour: #b94a48;
--breakpoint-bg-colour: #f2dede;
--breakpoint-border-colour: #eed3d7;