Fixes #3291 add color to git diff in hc-black theme

上级 8b960d5d
......@@ -176,13 +176,13 @@
.monaco-editor.hc-black .line-delete,
.monaco-editor.hc-black .char-delete {
background: none;
border: 1px dotted white;
border: 1px dashed #FF008F;
}
.monaco-editor.hc-black .line-insert,
.monaco-editor.hc-black .char-insert {
background: none;
border: 1px dashed white;
border: 1px dashed rgb(51, 255, 46);
}
.monaco-editor.hc-black .diagonal-fill {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册