Skip to content

Commit 21362f1

Browse files
authored
Merge pull request #101 from hugovk/dark-light-images
Use dark and light images with alt text
2 parents 599ed08 + b35edf3 commit 21362f1

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
[![Documentation Status](https://readthedocs.org/projects/docs-community/badge/?version=latest)](https://docs-community.readthedocs.io/en/latest/?badge=latest)
44

5-
![pep-0732-concentric.drawio.svg](pep-0732-concentric.drawio.svg)
5+
<picture>
6+
<source media="(prefers-color-scheme: dark)" srcset="pep732-circles-dark.png">
7+
<source media="(prefers-color-scheme: light)" srcset="pep732-circles-light.png">
8+
<img
9+
alt="Three concentric circles. At the centre: Documentation Editorial Board, trusted group. Around this: Documentation Working Group, volunteers who contribute to the docs. Finally, the outer circle is the world, includes readers of the documentation."
10+
src="pep732-circles-light.png">
11+
</picture>
612

713
1. Editorial Board (Approved in 2023 by Steering Council and described in
814
[PEP 732](https://peps.python.org/pep-0732/))<br>

pep-0732-concentric.drawio.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

pep732-circles-dark.png

60.7 KB
Loading

pep732-circles-light.png

59.9 KB
Loading

0 commit comments

Comments
 (0)