Fix inverted diff line highlighting in dark theme
Signed-off-by: Justin Sleep <justin@midnightmechanism.com>
This commit is contained in:
parent
6ef6b5909f
commit
d0b8565f54
1 changed files with 9 additions and 0 deletions
|
@ -243,3 +243,12 @@ $breadcrumb-placeholder-bg-color: #272c35;
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Fixes diff color inversion by swapping add / del colors
|
||||
.hljs-addition {
|
||||
background: #fdd;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background: #dfd;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue