fix: quieter start page, wash instead of dots on the interest cycler - #35
Open
benthecoder wants to merge 8 commits into
Open
fix: quieter start page, wash instead of dots on the interest cycler#35benthecoder wants to merge 8 commits into
benthecoder wants to merge 8 commits into
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
the header centred itself with a transform, which makes it the containing block for fixed descendants — so the nav tooltip resolved against the header instead of the viewport and landed ~450px off.
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.
Three things, from the start page having eight underlined items across five lines.
The external-link icon was underlined. That link carries
bg-none!, which killed the oldbackground-imageunderline — but the underline is a masked::afternow, so the escape hatch silently stopped working. Icon-only links are excluded outright:.prose a:has(> svg:only-child)::after { content: none }, matching on content so future icon links are covered without remembering to opt out. The deadbg-none!is gone.now,readingandarchivesare no longer links. All three already sit in the sidebar nav, so they were duplicate navigation charging rent in underlines. Nothing became unreachable.about me,useandKuala Lumpurstay —/usesand/aboutare not in the sidebar, so those are the only inline links doing unique work. Eight underlines down to three.The interest cycler uses a wash, not a dotted underline. Every other underline on the page means "this navigates somewhere", and this one doesn't — it swaps the word in place. A faint palette-tinted background says "poke me" without joining the row of rules.
til:
box-decoration-break: cloneon the wash gives each line of a wrapped interest its own rounded background instead of one stretched box.