patx/gitman
drop the global monospace font :( improve logo/brand size and spacing
Commit f70e5cc · patx · 2026-05-08T02:31:46-04:00
Comments
No comments yet.
Diff
diff --git a/static/styles.css b/static/styles.css
index fb85cbd..3a53fb7 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -51,13 +51,13 @@ body {
padding: 0 1rem 3rem;
color: var(--text);
background: var(--page-bg);
- font: 14px/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
+ font: 16px/1.6 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
a { color: var(--link); text-decoration: underline; }
h1, h2, p, pre, ul, table, form { margin-top: 0; }
pre, code, input, textarea, select, button { font: inherit; }
-pre, .clone-box code { overflow-x: auto; padding: .6rem; border: 1px solid var(--border); background: var(--soft-surface); }
+pre, .clone-box code { overflow-x: auto; padding: .6rem; border: 1px solid var(--border); background: var(--soft-surface); font: 14px/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace; }
pre code.hljs { padding: 0; background: transparent; }
.copyable-code {
position: relative;
@@ -166,7 +166,7 @@ button, .button {
.brand {
display: inline-flex;
align-items: center;
- gap: .1rem;
+ gap: 1rem;
color: var(--text);
font-weight: 700;
line-height: 1;
@@ -174,7 +174,7 @@ button, .button {
}
.brand svg {
flex: 0 0 auto;
- transform: scale(1.35);
+ transform: scale(3);
transform-origin: center;
}
.nav form, .repo-tabs form, .inline-form { display: inline; }