Skip to content

Commit d0b53ad

Browse files
OmarAlJarrahclaude
andcommitted
docs: add theme-aware dexpace wordmark to README header
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>
1 parent 97f0a10 commit d0b53ad

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# Dexpace Python SDK
1+
<p align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="docs/assets/dexpace-wordmark-dark.svg">
4+
<img alt="dexpace" src="docs/assets/dexpace-wordmark-light.svg" width="320">
5+
</picture>
6+
</p>
7+
8+
<h1 align="center">Dexpace Python SDK</h1>
29

310
[![CI](https://github.com/dexpace/python-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/dexpace/python-sdk/actions/workflows/ci.yml)
411
[![Python 3.12+](https://img.shields.io/badge/python-3.12%2B-blue.svg)](https://www.python.org/downloads/)
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)