all repos — legit @ 0547b04260fde4b3c31c41bb11489a2063a81faa

web frontend for git, written in go

css: set repo desc font weight to normal

commit

0547b04260fde4b3c31c41bb11489a2063a81faa

parent

5912a0bcb539dce1a220656b3b5c382e65014447

2 files changed, 2 insertions(+), 1 deletion(-)

jump to
M static/style.cssstatic/style.css
@@ -118,6 +118,7 @@ white-space: pre-wrap;
} .desc { + font-weight: normal; color: var(--gray); font-style: italic; }
M templates/repo-header.htmltemplates/repo-header.html
@@ -1,6 +1,6 @@
{{ define "repoheader" }} <header> - <h2> + <h2> <a href="/">all repos</a> &mdash; {{ .name }} {{ if .ref }}