all repos — elgit @ 99a092b8b01dd8edbc5a01401a1ae4178f88a018

fork of legit: web frontend for git, written in go

css: default monospace font
Anirudh Oppiliappan x@icyphox.sh
Sun, 18 Dec 2022 22:08:03 +0530
commit

99a092b8b01dd8edbc5a01401a1ae4178f88a018

parent

089ada4cac4dd900646c2039960214f549bed058

1 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: monospace;
+  --mono-font: "SF Mono", "Roboto Mono", monospace;
 }
 
 html {
@@ -64,7 +64,7 @@ padding: 20px 0 15px 0; }
 
 nav {
-  padding-top: 1rem;
+  padding: 0.4rem 0 1.5rem 0;
 }
 
 nav ul {