github link

This commit is contained in:
Polen 2026-04-08 10:41:09 -04:00
parent de945f3226
commit 8e5435220e
3 changed files with 17 additions and 1 deletions

View file

@ -47,6 +47,17 @@ html, body { height: 100%; margin: 0; padding: 0; }
color: var(--primary-foreground);
}
#topnav nav a svg { flex-shrink: 0; }
.github-link {
margin-left: auto;
display: flex; align-items: center;
color: var(--muted-foreground);
padding: 5px 6px; border-radius: 6px;
transition: background 0.12s, color 0.12s;
}
.github-link:hover {
background: var(--muted);
color: var(--foreground);
}
/* ── App shell ───────────────────────────────────────── */
#app {