Skip to content

Commit 71b2ad3

Browse files
authored
new dark/light sequel (#589)
1 parent 4ec0b00 commit 71b2ad3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ Supported cloud vendors [include][auth]:
2828
[k8s]: https://registry.terraform.io/providers/iterative/iterative/latest/docs/guides/authentication#kubernetes
2929
[auth]: https://registry.terraform.io/providers/iterative/iterative/latest/docs/guides/authentication
3030

31-
![](https://github.com/iterative/static/raw/main/img/tpi/high-level-light.png#gh-light-mode-only)
32-
![](https://github.com/iterative/static/raw/main/img/tpi/high-level-dark.png#gh-dark-mode-only)
31+
<picture>
32+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/iterative/static/raw/main/img/tpi/high-level-dark.png">
33+
<img src="https://github.com/iterative/static/raw/main/img/tpi/high-level-light.png">
34+
</picture>
3335

3436
## Why TPI?
3537

0 commit comments

Comments
 (0)