aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-02-14 01:43:19 -0500
committerThedro Neely <thedroneely@gmail.com>2020-02-14 01:43:19 -0500
commitb3a5a900dd8097a4713f37b705405053a9fd27b6 (patch)
treeb83bbd9cde61cde56cf76d49d6071ce842881aa3
parent8407afebc3709de93fd3ff73ae0e811467ba3fd2 (diff)
downloadgitea-templates-b3a5a900dd8097a4713f37b705405053a9fd27b6.tar.gz
gitea-templates-b3a5a900dd8097a4713f37b705405053a9fd27b6.tar.bz2
gitea-templates-b3a5a900dd8097a4713f37b705405053a9fd27b6.zip
public/css/override: Fix bold repo title
-rw-r--r--public/css/override.css3
1 files changed, 1 insertions, 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; }