Skip to content

docs: add theme-aware dexpace wordmark to README header#8

Merged
OmarAlJarrah merged 1 commit into
mainfrom
docs/readme-wordmark
Jun 15, 2026
Merged

docs: add theme-aware dexpace wordmark to README header#8
OmarAlJarrah merged 1 commit into
mainfrom
docs/readme-wordmark

Conversation

@OmarAlJarrah

Copy link
Copy Markdown
Member

Summary

Adds the dexpace wordmark to the top of the README, replacing the plain
text title. The logo is served through a <picture> element so it follows
the reader's color scheme:

  • Light theme → light wordmark (dark text), which also acts as the
    universal fallback for renderers without prefers-color-scheme support.
  • Dark theme → dark wordmark (white text).

The text <h1> title is kept below the logo so the heading anchor and
screen-reader experience are unchanged.

Changes

  • Add docs/assets/dexpace-wordmark-light.svg and
    docs/assets/dexpace-wordmark-dark.svg.
  • Update the README header to render the wordmark via <picture>.

🤖 Generated with Claude Code

Replace the plain text title with the dexpace wordmark, served through a
<picture> element so the logo follows the reader's color scheme: the
light variant (dark text) shows in light mode and as the universal
fallback, the dark variant (white text) shows in dark mode. The text
<h1> is retained for accessibility and heading anchors.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@OmarAlJarrah OmarAlJarrah merged commit b4da08d into main Jun 15, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant