From f53139f5b884fc6fe7e6b665ea60d68368a2827c Mon Sep 17 00:00:00 2001 From: nous Date: Mon, 23 Sep 2019 11:33:19 +0200 Subject: [PATCH] !important additions --- theme-arc-blue.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme-arc-blue.css b/theme-arc-blue.css index d7dbd86..b3545ba 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -517,7 +517,7 @@ } .ui.red.button, .ui.red.buttons .button { - background-color: #7b2727; + background-color: #7b2727 !important; } .ui.checkbox label:hover, .ui.checkbox + label:hover { @@ -1048,6 +1048,6 @@ background-color: #332020 !important; } .repository.view.issue .comment-list .comment .content > .merge-section { - border-top: 1px solid #2b51aa; - background-color: #1a3e21; + border-top: 1px solid #2b51aa !important; + background-color: #1a3e21 !important; }