From b3a5a900dd8097a4713f37b705405053a9fd27b6 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Fri, 14 Feb 2020 01:43:19 -0500 Subject: public/css/override: Fix bold repo title --- public/css/override.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/css/override.css b/public/css/override.css index 027175a..54fed1d 100644 --- a/public/css/override.css +++ b/public/css/override.css @@ -61,8 +61,7 @@ a, .ui.breadcrumb a { color: #0366d6; } border-radius: 0.5rem !important; padding: 0 0.5rem; } - -.repo-name { font-weight: 700; } +.repo-title a:nth-child(4) { font-weight: 700; } .repo-header .repo-title, .repo-header .repo-buttons { margin-top: 0.5rem !important; } .repository .header-wrapper { background-color: #fafbfc; } -- cgit v1.2.3