Skip to content

Commit

Permalink
docs: testing theme-switching banner
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyfigaro committed Mar 24, 2024
1 parent 49f3cf0 commit c086dbb
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 @@
![EldenRing](./docs/banner.svg)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/joeyfigaro/eldenring-json/main/docs/banner.svg">

<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/joeyfigaro/eldenring-json/main/docs/banner.svg">

<img alt="Shows a black logo in light color mode and a white one in dark color mode." src="https://raw.githubusercontent.com/joeyfigaro/eldenring-json/main/docs/banner.svg">
</picture>

### Sources Used

Expand Down

0 comments on commit c086dbb

Please sign in to comment.