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-16 22:27:00 +02:00
parent ef0ae6e4fb
commit 754d2cc8c4

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;
}