css: set repo desc font weight to normal
Anirudh Oppiliappan x@icyphox.sh
Sat, 24 Dec 2022 16:50:44 +0530
2 files changed, 2 insertions(+), 1 deletions(-)
M static/style.css → static/style.css
@@ -118,6 +118,7 @@ white-space: pre-wrap; } .desc { + font-weight: normal; color: var(--gray); font-style: italic; }
M templates/repo-header.html → templates/repo-header.html
@@ -1,6 +1,6 @@ {{ define "repoheader" }} <header> - <h2> + <h2> <a href="/">all repos</a> — {{ .name }} {{ if .ref }}