Make diff colors in codeblocks more pleseant
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
829169ec87
commit
3921e42e8a
1 changed files with 8 additions and 0 deletions
|
@ -288,3 +288,11 @@ $composer-shadow-color: rgba(0, 0, 0, 0.28);
|
|||
.hljs-tag {
|
||||
color: inherit; // Without this they'd be weirdly blue which doesn't match the theme
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background: #1a4b59;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background: #53232a;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue