css: set repo desc font weight to normal
Sat, 24 Dec 2022
2 files changed,
2 insertions(+),
1 deletions(-)
M
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
@@ -1,6 +1,6 @@
{{ define "repoheader" }} <header> - <h2> + <h2> <a href="/">all repos</a> — {{ .name }} {{ if .ref }}