css: change iOS mono font
Anirudh Oppiliappan x@icyphox.sh
Thu, 22 Dec 2022 11:02:48 +0530
2 files changed,
2 insertions(+),
2 deletions(-)
M
static/style.css
→
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
→
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>