We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15b58de + 8244509 commit 8318601Copy full SHA for 8318601
packages/docs/static/logo-dark.png
5.07 KB
packages/docs/static/logo.svg
packages/theme-ui/README.md
@@ -1,8 +1,15 @@
1
<p align="center">
2
<img
3
- src="/packages/docs/static/logo.png"
+ src="/packages/docs/static/logo-dark.png#gh-dark-mode-only"
4
width="96"
5
height="96"
6
+ alt="Theme UI logo"
7
+ />
8
+ <img
9
+ src="/packages/docs/static/logo.png#gh-light-mode-only"
10
+ width="96"
11
+ height="96"
12
13
/>
14
</p>
15
0 commit comments