Fix inverted diff line highlighting in dark theme
Signed-off-by: Justin Sleep <justin@midnightmechanism.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user