mirror of
https://github.com/esphome/esphome.git
synced 2025-04-23 00:50:51 +02:00
Use ESPHome logo on readme page according to theme (light/dark) (#7992)
This commit is contained in:
parent
528d3672b4
commit
8fbd512952
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
# ESPHome [](https://discord.gg/KhAMKrd) [](https://GitHub.com/esphome/esphome/releases/)
|
||||
|
||||
[](https://esphome.io/)
|
||||
<a href="https://esphome.io/">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://esphome.io/_static/logo-text-on-dark.svg", alt="ESPHome Logo">
|
||||
<img src="https://esphome.io/_static/logo-text-on-light.svg" alt="ESPHome Logo">
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
**Documentation:** https://esphome.io/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue