Skip to content

Commit 6f43599

Browse files
authored
Override theme diff color (#525)
1 parent 34ace90 commit 6f43599

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/assets/style/code.scss

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
@import '~highlight.js/styles/darcula.css';
22

3+
.hljs-deletion {
4+
color: #cb7832;
5+
}
6+
.hljs-addition {
7+
color: #6a8759;
8+
}
9+
310
pre code {
411
max-width: 50rem;
512
}

0 commit comments

Comments
 (0)