all repos — legit @ d0f5d874c58abac60bd9145eb98c0305047c9d0f

fork of git.icyphox.sh/legit

css: change iOS mono font
Anirudh Oppiliappan x@icyphox.sh
Thu, 22 Dec 2022 11:02:48 +0530
commit

d0f5d874c58abac60bd9145eb98c0305047c9d0f

parent

86eb64311cb85fddcef842f496a8b2e80c7f125b

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M static/style.cssstatic/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.htmltemplates/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>