Skip to content

Commit b0d8b90

Browse files
authored
docs: use GitHub media anchors #gh-<mode>-mode-only (#13)
1 parent a324244 commit b0d8b90

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<div align="center">
2-
<picture>
3-
<source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/62133302/208357316-567ae5f8-782e-4e87-aab5-02b5d1c97aef.png" alt="Jwc" width="300" height="141">
4-
</source>
5-
<source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/62133302/208357211-ae555dd9-b812-46b4-84d0-5d30bae30efa.png" alt="Jwc" width="300" height="141">
6-
</source>
7-
<img src="./packages/lit/logo.svg" alt="Lit" width="300" height="141">
8-
</picture>
2+
3+
<a href="https://github.com/jwcjs/core#gh-light-mode-only">
4+
<img src="https://user-images.githubusercontent.com/62133302/208357211-ae555dd9-b812-46b4-84d0-5d30bae30efa.png" alt="Jwc" width="300" height="141"/>
5+
</a>
6+
7+
<a href="https://github.com/jwcjs/core#gh-dark-mode-only">
8+
<img src="https://user-images.githubusercontent.com/62133302/208357316-567ae5f8-782e-4e87-aab5-02b5d1c97aef.png" alt="Jwc" width="300" height="141"/>
9+
</a>
10+
11+
</div>
912

1013
### Simple. JSX. Web Components.
1114

0 commit comments

Comments
 (0)