From 754d2cc8c4ab5c49039c4151fc29e77c63c30836 Mon Sep 17 00:00:00 2001 From: nous Date: Thu, 16 Aug 2018 22:27:00 +0200 Subject: [PATCH] Update 'theme-arc-blue.css' --- theme-arc-blue.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme-arc-blue.css b/theme-arc-blue.css index a49c8c1..4417d63 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -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; + }