Design: shift to void-dark tokens + maker pill in footer - #4
Open
adamXbot wants to merge 2 commits into
Open
Conversation
Remap the dark palette to the family void tokens (page #0B0B12, raised #14141C, secondary #191922, border #242430, ink #E8E8F2, secondary text #A0A0B4, tertiary #6E6E85) and add a footer credit pill linking to the maker's GitHub profile. Accent hues, light mode, logos, and OG images are untouched. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Hero h1 moves to the shared scale — clamp(34px, 5vw, 64px), weight 800, letter-spacing -.04em, line-height 1.03. Interior headings keep their size and weight but convert fixed-px letter-spacing to the em equivalent computed at each rule's desktop ceiling, so desktop appearance is preserved and small viewports stop over-tightening. Inter stays; no font-family or @font-face changes. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Token shift
Dark palette remapped to the shared void-dark tokens. Light mode, the blue accent, and the app-mockup tokens (
--mock-*, which mirror the real app UI) are untouched.#111118/#08080f#0B0B12#18181f#14141C#1e1e26#191922#14141d#14141Crgba(255,255,255,.08)#242430#f0f0f5#E8E8F2#c7d2dc#A0A0B4#a0a0b0#6E6E85rgba(8,8,15,…)rgba(11,11,18,…)theme-colormetas, the tile colour, the webmanifest colours, and the dark ground used inside light mode (--navy-deep, dark section bands, the always-dark footer) follow the new page background. Applied to both theprefers-color-schemeblock and the[data-theme="dark"]override on all four pages.Maker pill
A footer credit chip on every page: 26px circular GitHub avatar plus the handle
adamxweb, linking to https://github.com/AdamXweb (rel="noopener", labelled for screen readers). Fixed void-dark colours — background#14141C, 1px#242430border, 999px radius — matching the always-dark footer.Type
Hero h1 moves to the shared scale:
clamp(34px, 5vw, 64px), weight 800, letter-spacing-.04em, line-height 1.03 (the desktop-only tracking override becomes redundant and is removed;max-width: 22chstays). Interior headings keep their size and weight; fixed-px letter-spacing converts to the em equivalent at each rule's desktop ceiling, so desktop rendering is unchanged while small viewports stop over-tightening. Inter stays — no font-family or @font-face changes.🤖 Generated with Claude Code