Add Islandflow logo to terminal branding

- Replace the text kicker with the new Islandflow mark
- Add the shared SVG icon asset for the app shell
This commit is contained in:
dirtydishes 2026-04-27 14:37:27 -04:00
parent 32aae200c3
commit 2bf0de0a9c
3 changed files with 92 additions and 7 deletions

View file

@ -77,14 +77,13 @@ input {
.terminal-brand {
display: grid;
gap: 4px;
gap: 8px;
}
.terminal-brand-kicker {
font-family: var(--font-display), sans-serif;
font-size: 0.78rem;
letter-spacing: 0.24em;
color: var(--accent);
.terminal-brand-mark {
width: 36px;
height: 36px;
color: #fff;
}
.terminal-brand-name {