style(design): FINDING-003,004,005,006,007,008,009 — remove emoji, H4→H3, touch targets, favicon, nav link, H1 text-wrap

This commit is contained in:
Garfield
2026-06-12 12:55:42 -04:00
parent b08d234494
commit 58a6d0f200
3 changed files with 44 additions and 20 deletions

View File

@@ -87,11 +87,15 @@ a:hover { text-decoration: underline; }
.nav-cta {
background: var(--accent);
color: #fff !important;
padding: 7px 16px;
padding: 10px 16px;
border-radius: 8px;
font-size: 13px;
font-weight: 600;
min-height: 44px;
display: inline-flex;
align-items: center;
transition: background 0.15s;
white-space: nowrap;
}
.nav-cta:hover { background: var(--accent-hover) !important; text-decoration: none !important; }
@@ -111,6 +115,7 @@ a:hover { text-decoration: underline; }
font-weight: 700;
line-height: 1.25;
margin-bottom: 12px;
text-wrap: balance;
}
.hero p {
@@ -247,7 +252,7 @@ p code, li code {
}
.card:hover { border-color: #3a3a3b; }
.card h4 { font-size: 15px; margin-bottom: 6px; }
.card h3, .card h4 { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.card p { font-size: 13px; color: var(--text-secondary); margin: 0; }
/* ── Tab switcher ── */