From 8004b17bcfb723c8c95ece3118b7392969d17d41 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Wed, 5 Feb 2020 21:26:42 -0500 Subject: public/css/override: Fork/mirror indicator Reduce border radius and change background color --- public/css/override.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/override.css b/public/css/override.css index d2a502c..e998d5b 100644 --- a/public/css/override.css +++ b/public/css/override.css @@ -43,8 +43,8 @@ a, .ui.breadcrumb a { color: #0366d6; } .repo-topic, .repository .repo-header .fork-flag { display: inline-block; margin-left: 0.5rem; - background-color: #e6eff7 !important; - border-radius: 2rem !important; + background-color: #e8e9eb !important; + border-radius: 0.5rem !important; padding: 0.5rem 1rem; } .repo-name { font-weight: 700; } -- cgit v1.2.3