0
0
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:
nous 2018-08-12 01:25:30 +02:00
parent b936399db2
commit ef0ae6e4fb

View File

@ -280,7 +280,7 @@
.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
color: #55aaaa;
color: #dbdbdb;
}
.markdown:not(code) .highlight pre,
.markdown:not(code) pre {
@ -406,7 +406,7 @@
color: #949494;
}
.repository .diff-file-box .code-diff tbody tr .removed-code {
background-color: #810000;
background-color: #7B2115;
}
.repository .diff-file-box .code-diff tbody tr.tag-code td,
.repository .diff-file-box .code-diff tbody tr td.tag-code {
@ -887,3 +887,11 @@
background: #060641;
color: #b6b6b6;
}
.hljs-addition {
background: #15217B;
color: #bdbdbd;
}
.hljs-deletion {
background: #7B2115;
color: #bdbdbd;
}