Skip to content

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

Merged
OmarAlJarrah merged 2 commits into
mainfrom
docs/readme-wordmark
Jun 15, 2026
Merged

docs: add theme-aware dexpace wordmark to README header#78
OmarAlJarrah merged 2 commits into
mainfrom
docs/readme-wordmark

Conversation

@OmarAlJarrah

Copy link
Copy Markdown
Member

Summary

Adds the dexpace wordmark to the top of the README, served through an HTML <picture> element so the logo follows the reader's color scheme:

  • Light variant (dark text) shows in light mode and acts as the universal fallback for clients that don't support prefers-color-scheme.
  • Dark variant (white text) shows in dark mode.

The plain-text title is converted to a centered <h1> and kept beneath the wordmark, so screen readers and heading anchors continue to work.

New asset files

  • docs/assets/dexpace-wordmark-light.svg (dark text — light theme + fallback)
  • docs/assets/dexpace-wordmark-dark.svg (white text — dark theme)

The change is scoped to the README header and the two new SVG assets.

🤖 Generated with Claude Code

OmarAlJarrah and others added 2 commits June 15, 2026 18:26
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
heading is retained for accessibility and heading anchors.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@OmarAlJarrah OmarAlJarrah merged commit 905fb77 into main Jun 15, 2026
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