Update 'theme-arc-blue.css'

This commit is contained in:
nous 2018-08-01 23:41:32 +02:00
parent 03362f6a02
commit 0a9b9f9333
1 changed files with 5 additions and 5 deletions

View File

@ -371,15 +371,15 @@
border-bottom: 1px solid #2d2d2d;
}
.repository .diff-file-box .code-diff-unified tbody tr.del-code td {
background-color: #3c2626 !important;
background-color: #2c1616 !important;
border-color: #634343 !important;
}
.repository .diff-file-box .code-diff-unified tbody tr.add-code td {
background-color: rgba(18, 28, 61, 0.68) !important;
background-color: #101044 !important;
border-color: #597359 !important;
}
.repository .diff-file-box .code-diff tbody tr .added-code {
background-color: #15415B;
background-color: #15217B;
}
.repository .diff-file-box .code-diff .lines-num {
border-right: 1px solid #2d2d2d;
@ -876,9 +876,9 @@
}
.CodeMirror pre {
background: #0a0a0a;
color: #dedede;
color: #ababab;
}
.CodeMirror-linenumber {
color: #ddd;
background: #0a0a0a;
}
}