Update 'theme-arc-blue.css'

This commit is contained in:
nous 2018-08-16 22:27:00 +02:00
parent ef0ae6e4fb
commit 754d2cc8c4
1 changed files with 8 additions and 0 deletions

View File

@ -895,3 +895,11 @@
background: #7B2115;
color: #bdbdbd;
}
.repository .diff-detail-box {
background: #060639;
padding: 7px;
}
/* Checkbox element, when checked */
input[type="checkbox"]:checked {
box-shadow: 0 0 0 2px #acacac;
}