Skip to content

Commit

Permalink
Display inverted logo in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
antennaio committed Dec 10, 2024
1 parent 89c0145 commit 42b4d25
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<p align="center"><img src="https://public-media.interaction-design.org/images/idf-logo-full-expanded.svg" alt="In amazing things we trust" width="400"></p>
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://public-assets.interaction-design.org/ixdf-brand/ixdf-logo-full-expanded--white.svg">
<source media="(prefers-color-scheme: light)" srcset="https://public-assets.interaction-design.org/ixdf-brand/ixdf-logo-full-expanded.svg">
<img alt="In amazing things we trust" width="400" src="https://public-assets.interaction-design.org/ixdf-brand/ixdf-logo-full-expanded.svg">
</picture>
</p>

# IxDF Dev Handbook

Expand Down

0 comments on commit 42b4d25

Please sign in to comment.