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:
parent
c49285e1e2
commit
424e940c09
1 changed files with 9 additions and 1 deletions
|
@ -55,8 +55,16 @@
|
||||||
--color-secondary-alpha-80: #948a8dcc;
|
--color-secondary-alpha-80: #948a8dcc;
|
||||||
--color-secondary-alpha-90: #948a8de1;
|
--color-secondary-alpha-90: #948a8de1;
|
||||||
|
|
||||||
/* target-based colors */
|
|
||||||
--color-body: white; // the background colour
|
--color-body: white; // the background colour
|
||||||
--color-box-header: #f6f4f2; // the background colour of any extra body box headers
|
--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-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;
|
||||||
}
|
}
|
Reference in a new issue