From 0547b04260fde4b3c31c41bb11489a2063a81faa Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sat, 24 Dec 2022 16:50:44 +0530 Subject: [PATCH] css: set repo desc font weight to normal --- static/style.css | 1 + templates/repo-header.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 3e44f1e..080b1af 100644 --- a/static/style.css +++ b/static/style.css @@ -118,6 +118,7 @@ a:hover { } .desc { + font-weight: normal; color: var(--gray); font-style: italic; } diff --git a/templates/repo-header.html b/templates/repo-header.html index dd84875..f358278 100644 --- a/templates/repo-header.html +++ b/templates/repo-header.html @@ -1,6 +1,6 @@ {{ define "repoheader" }}
-

+

all repos — {{ .name }} {{ if .ref }}