mirror of
https://gitea.artixlinux.org/artix/gitea-dark-blue.git
synced 2024-11-05 02:32:03 +00:00
Update 'theme-arc-blue.css'
This commit is contained in:
parent
03362f6a02
commit
0a9b9f9333
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user