Make added diff green more contrasty and remove errant green image border in diffs

Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
akp 2022-09-13 21:57:06 +01:00
parent c49285e1e2
commit 424e940c09
No known key found for this signature in database
GPG key ID: AA5726202C8879B7

View file

@ -55,8 +55,16 @@
--color-secondary-alpha-80: #948a8dcc;
--color-secondary-alpha-90: #948a8de1;
/* target-based colors */
--color-body: white; // the background colour
--color-box-header: #f6f4f2; // the background colour of any extra body box headers
--color-box-body: var(--color-box-header); // the background colour of any extra boxes in the body
--color-diff-added-word-bg: #93f3ab;
--color-diff-added-row-bg: #c8ffd8;
--color-diff-added-row-border: var(--color-diff-added-row-bg);
}
.image-diff-container .after-container {
border: 1px solid var(--color-primary);
display: block;
}