Navy text selection + PR-publish docs + writeup date bump#26
Merged
Conversation
Add a ::selection rule deriving from --color-primary (the JS navy) as a 25% tint, so selected text stays readable over any background.
site publish now opens a PR instead of pushing to main; site land squash-merges it after CI and the Cloudflare preview are green.
Synced from the vault. Homepage visual baselines re-verified: the card sits below the home screenshot fold, so no snapshot changed.
Deploying jseverino with
|
| Latest commit: |
e628fd1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a50bcaac.jseverino.pages.dev |
| Branch Preview URL: | https://site-selection-and-docs.jseverino.pages.dev |
The previous color-mix with transparent washed the navy into a pale tint. Use --color-primary at full strength with --color-bg (white) text; verified by screenshotting a live selection.
Photos shouldn't join a select-all or drag out as ghosts. Extends the base img reset with user-select: none and -webkit-user-drag: none.
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 small, independent changes batched into one PR.
style:navy text selectionAdds a
::selectionrule using--color-primary(the JS navy) at full strength with white (--color-bg) text, so selected text reads as on-brand and legible over any background. Verified by screenshotting a live selection. Also makes images unselectable/undraggable (user-select: none) so a select-all no longer drags photos into the highlight.docs:PR-based publish flowUpdates
docs/Site-CLI.mdto describe the newsite publish(opens/updates a PR tomain) andsite land(squash-merge after CI + Cloudflare preview are green) flow. Companion to tools#24.content:from-wordpress-to-astro dateBumps
published_atto2026-06-17(synced from the vault).Visual baselines
Regenerated via
npm run test:e2e:visual:update: no snapshot changed. The build renders the new date ("June 17, 2026") and the card is on the home page, but the home screenshot is viewport-only and that card sits below the fold, so no committed baseline is affected.