0
0
mirror of https://gitea.artixlinux.org/artix/gitea-dark-blue.git synced 2024-12-18 15:54:22 +00:00

!important additions

This commit is contained in:
nous 2019-09-23 11:33:19 +02:00
parent 96672ce470
commit f53139f5b8

View File

@ -517,7 +517,7 @@
} }
.ui.red.button, .ui.red.button,
.ui.red.buttons .button { .ui.red.buttons .button {
background-color: #7b2727; background-color: #7b2727 !important;
} }
.ui.checkbox label:hover, .ui.checkbox label:hover,
.ui.checkbox + label:hover { .ui.checkbox + label:hover {
@ -1048,6 +1048,6 @@
background-color: #332020 !important; background-color: #332020 !important;
} }
.repository.view.issue .comment-list .comment .content > .merge-section { .repository.view.issue .comment-list .comment .content > .merge-section {
border-top: 1px solid #2b51aa; border-top: 1px solid #2b51aa !important;
background-color: #1a3e21; background-color: #1a3e21 !important;
} }