docs: constrain logo height to match website sizing

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
James
2026-04-08 02:31:18 +00:00
co-authored by Claude Opus 4.6
parent 72469b9925
commit 89e9cb598e
+8
View File
@@ -2,6 +2,14 @@
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&display=swap');
/* ── Logo sizing (match website ~15.2px rendered height) ── */
#navbar img[alt="light logo"],
#navbar img[alt="dark logo"] {
height: 18px;
width: auto;
}
/* ── Light mode (default) ── */
:root {