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

Configure Feed

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

css: default monospace font

+2 -2
+2 -2
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: monospace; 12 + --mono-font: "SF Mono", "Roboto Mono", monospace; 13 13 } 14 14 15 15 html { ··· 64 64 } 65 65 66 66 nav { 67 - padding-top: 1rem; 67 + padding: 0.4rem 0 1.5rem 0; 68 68 } 69 69 70 70 nav ul {