git-preview @ main

static git web frontend but with images and html previews + code truncation

css: change iOS mono font
Thu, 22 Dec 2022
2 files changed, 2 insertions(+), 2 deletions(-)
M static/style.css

@@ -9,7 +9,7 @@ --darker: #222;

--sans-font: "InterVar", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; --display-font: "InterDisplay", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; - --mono-font: -apple-system, "SF Mono", "Roboto Mono", monospace; + --mono-font: "SF Mono", "Input", "Menlo" "Roboto Mono", monospace; } html {
M templates/commit.html

@@ -40,7 +40,7 @@ {{ .stat.Deletions }} deletions(-)

</div> <div> <br> - <p>jump to:</p> + <strong>jump to</strong> {{ range .diff }} <ul> <li><a href="#{{ .Name.New }}">{{ .Name.New }}</a></li>