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 d6e6b37 commit bb78498Copy full SHA for bb78498
1 file changed
README.md
@@ -23,7 +23,11 @@ See the [blog post](https://blog.gregdev.com/posts/2026-03-18-hdi-a-cli-tool-to-
23
24
## Example
25
26
-<img src="./demo/demo-mocha.gif" alt="Animated demo showing hdi in action" width="800">
+<picture>
27
+ <source media="(prefers-color-scheme: dark)" srcset="./demo/demo-mocha.gif" alt="Animated demo showing hdi in action" width="800">
28
+ <source media="(prefers-color-scheme: light)" srcset="./demo/demo-latte.gif" alt="Animated demo showing hdi in action" width="800">
29
+ <img alt="Animated demo showing hdi in action" src="./demo/demo-mocha.gif">
30
+</picture>
31
32
## Install
33
0 commit comments