Make diff colors in codeblocks more pleseant

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-12 12:32:30 +02:00
parent 829169ec87
commit 3921e42e8a
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -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;
}