From 424e940c0931d774bc1fea30c0ab3b2664923568 Mon Sep 17 00:00:00 2001 From: AKP Date: Tue, 13 Sep 2022 21:57:06 +0100 Subject: [PATCH] Make added diff green more contrasty and remove errant green image border in diffs Signed-off-by: AKP --- src/theme-akp-house.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/theme-akp-house.scss b/src/theme-akp-house.scss index 27644da..e8945da 100644 --- a/src/theme-akp-house.scss +++ b/src/theme-akp-house.scss @@ -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; } \ No newline at end of file