Skip to content

Commit 159f267

Browse files
authored
chore: fix readme logo (#69)
* fix: readme logo
1 parent a166281 commit 159f267

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
[ci-workflow]: https://github.com/cesium/cesium.link/actions/workflows/ci.yml
66

77
<h1 align="center">
8-
<img src=".github/brand/cesium-link-DARK.svg#gh-light-mode-only" width="500">
9-
<img src=".github/brand/cesium-link-LIGHT.svg#gh-dark-mode-only" width="500">
8+
<picture>
9+
<source media="(prefers-color-scheme: dark)" srcset=".github/brand/cesium-link-LIGHT.svg" width="500">
10+
<source media="(prefers-color-scheme: light)" srcset=".github/brand/cesium-link-DARK.svg" width="500">
11+
<img alt="cesium-link" height="auto" width="500">
12+
</picture>
1013
</h1>
1114

1215
[![CI][ci-status]][ci-workflow]

0 commit comments

Comments
 (0)