aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnirudh Oppiliappan <x@icyphox.sh>2022-12-22 11:02:48 +0530
committerAnirudh Oppiliappan <x@icyphox.sh>2022-12-22 11:02:48 +0530
commitd0f5d874c58abac60bd9145eb98c0305047c9d0f (patch)
tree0da6f76eb0302391029dc163f2150a8bd7cb57f0
parenttemplates: improve this & parent commit (diff)
downloadlegitrx-d0f5d874c58abac60bd9145eb98c0305047c9d0f.tar.gz
legitrx-d0f5d874c58abac60bd9145eb98c0305047c9d0f.tar.zst
legitrx-d0f5d874c58abac60bd9145eb98c0305047c9d0f.zip
css: change iOS mono font
-rw-r--r--static/style.css2
-rw-r--r--templates/commit.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index e5833fd..f46b051 100644
--- a/static/style.css
+++ b/static/style.css
@@ -9,7 +9,7 @@
--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 {
diff --git a/templates/commit.html b/templates/commit.html
index bf8da15..2f05b46 100644
--- a/templates/commit.html
+++ b/templates/commit.html
@@ -40,7 +40,7 @@
</div>
<div>
<br>
- <p>jump to:</p>
+ <strong>jump to</strong>
{{ range .diff }}
<ul>
<li><a href="#{{ .Name.New }}">{{ .Name.New }}</a></li>