Skip to content

Commit

Permalink
add light and dark mode pictures (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnolte authored Aug 14, 2024
1 parent 31b390d commit 69dd95e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<p align="center">
<img src="https://app.autoblocks.ai/images/logo.png" width="300px">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://app.autoblocks.ai/images/logo-white.png">
<source media="(prefers-color-scheme: light)" srcset="https://app.autoblocks.ai/images/logo-black.png">
<img alt="Autoblocks Logo" width="300px" src="https://app.autoblocks.ai/images/logo-black.png">
</picture>
</p>
<p align="center">
📚
Expand Down

0 comments on commit 69dd95e

Please sign in to comment.