mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
update colours for better UX and implement AA minimum contrast
This commit is contained in:
parent
9ec902a369
commit
f5f0e91d51
3 changed files with 10 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue