github link
This commit is contained in:
parent
de945f3226
commit
8e5435220e
3 changed files with 17 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue