0
0
mirror of https://gitea.artixlinux.org/artix/gitea-dark-blue.git synced 2024-11-05 10:42:13 +00:00

Update 'theme-arc-blue.css'

This commit is contained in:
nous 2018-08-23 01:09:22 +02:00
parent 534da1569b
commit c2e3434273

View File

@ -901,7 +901,18 @@
} }
.repository .diff-detail-box ol li { .repository .diff-detail-box ol li {
background: #0a0a0a; background: #0a0a0a;
} /* Checkbox element, when checked */ }
/* Checkbox element, when checked */
input[type="checkbox"]:checked { input[type="checkbox"]:checked {
box-shadow: 0 0 0 2px #acacac; box-shadow: 0 0 0 2px #acacac;
} }
.repository.file.editor .tab[data-tab="write"] .CodeMirror {
background: #151515;
}
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber,
.CodeMirror-scroll,
.CodeMirror-sizer {
background: #151515;
}