Skip to content

Commit 8318601

Browse files
authored
Merge pull request #2446 from sammarxz/(hotfix)-issue-#2417
(hotfix) issue #2417
2 parents 15b58de + 8244509 commit 8318601

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

packages/docs/static/logo-dark.png

5.07 KB
Loading

packages/docs/static/logo.svg

Lines changed: 2 additions & 2 deletions
Loading

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.png"
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)