Skip to content

Commit 8244509

Browse files
authored
chore(docs): update to use theme context for images
1 parent b473cb8 commit 8244509

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/theme-ui/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
<p align="center">
22
<img
3-
src="/packages/docs/static/logo.svg"
3+
src="/packages/docs/static/logo-dark.png#gh-dark-mode-only"
44
width="96"
55
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+
alt="Theme UI logo"
613
/>
714
</p>
815

0 commit comments

Comments
 (0)