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
534da1569b
commit
c2e3434273
@ -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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user