iftrace: soften typography and tighten layout

This commit is contained in:
root 2025-12-30 08:19:27 +00:00
parent 9aa20de0e7
commit 8d3610b5d8

View file

@ -46,6 +46,8 @@ body {
margin: 0;
font-family: var(--font-sans);
font-optical-sizing: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: var(--bg);
color: var(--text);
line-height: 1.5;
@ -1255,10 +1257,11 @@ body.home--sig a.sigAction--primary {
display: inline-flex;
align-items: center;
gap: 10px;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 12px;
font-family: var(--font-sans);
font-size: 11px;
color: rgba(226, 232, 240, 0.70);
letter-spacing: 0.01em;
letter-spacing: 0.12em;
text-transform: uppercase;
margin: 0 0 18px;
user-select: none;
}
@ -1306,8 +1309,8 @@ body.home--sig a.sigAction--primary {
margin: 0 0 10px;
font-size: clamp(44px, 6vw, 78px);
line-height: 1.02;
letter-spacing: -0.024em;
font-weight: 760;
letter-spacing: -0.02em;
font-weight: 720;
color: rgba(255, 255, 255, 0.96);
}
@ -1389,7 +1392,7 @@ body.home--sig a.sigAction--primary {
}
.sigHow__panel {
max-width: 920px;
max-width: 760px;
margin: 0 auto;
text-align: left;
padding: 16px 16px;