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.
1 parent a166281 commit 159f267Copy full SHA for 159f267
README.md
@@ -5,8 +5,11 @@
5
[ci-workflow]: https://github.com/cesium/cesium.link/actions/workflows/ci.yml
6
7
<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">
+ <picture>
+ <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>
13
</h1>
14
15
[![CI][ci-status]][ci-workflow]
0 commit comments