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

@ -39,7 +39,7 @@
float: left;
margin: 0 10px 0 0;
padding: 0;
color: var(--category-list-font-colour);
color: var(--op-list-operation-font-colour);
opacity: .35;
cursor: pointer;
}
@ -54,7 +54,7 @@
.op-icon.check-icon {
display: none;
color: #47d047;
color: var(--checkmark-color);
}
.operation.selected {