web frontend for git (tangled's grandpa)
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

css: set repo desc font weight to normal

+2 -1
+1
static/style.css
··· 118 118 } 119 119 120 120 .desc { 121 + font-weight: normal; 121 122 color: var(--gray); 122 123 font-style: italic; 123 124 }
+1 -1
templates/repo-header.html
··· 1 1 {{ define "repoheader" }} 2 2 <header> 3 - <h2> 3 + <h2> 4 4 <a href="/">all repos</a> 5 5 &mdash; {{ .name }} 6 6 {{ if .ref }}