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

Configure Feed

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

css: change iOS mono font

+2 -2
+1 -1
static/style.css
··· 9 9 10 10 --sans-font: "InterVar", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; 11 11 --display-font: "InterDisplay", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; 12 - --mono-font: -apple-system, "SF Mono", "Roboto Mono", monospace; 12 + --mono-font: "SF Mono", "Input", "Menlo" "Roboto Mono", monospace; 13 13 } 14 14 15 15 html {
+1 -1
templates/commit.html
··· 40 40 </div> 41 41 <div> 42 42 <br> 43 - <p>jump to:</p> 43 + <strong>jump to</strong> 44 44 {{ range .diff }} 45 45 <ul> 46 46 <li><a href="#{{ .Name.New }}">{{ .Name.New }}</a></li>