EZQMS-394: Update diff viewer lint button colors (#4115)

Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
Anna No 2023-12-04 13:09:08 +07:00 committed by GitHub
parent 591fef6555
commit d3f0ae9667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -283,10 +283,10 @@
line-height: 1.1em;
&.add {
background: lightblue;
background: var(--text-editor-highlighted-node-add-background-color);
}
&.delete {
background: orange;
background: var(--text-editor-highlighted-node-delete-background-color);
}
}