From 1d05f6ca85399e462a21fef9c19fead8f542206b Mon Sep 17 00:00:00 2001 From: nous Date: Wed, 13 May 2020 22:33:55 +0200 Subject: [PATCH] fix sig bg --- theme-arc-blue.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme-arc-blue.css b/theme-arc-blue.css index 2d78bac..38de74b 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -1082,3 +1082,6 @@ background-color: #171717; border: 1px solid #292929 !important; } + .repository .ui.attached.isSigned.isVerified.message { + background-color: #0d2407; + }