Skip to content

Commit

Permalink
Merge pull request #1118 from eclipse-thingweb/relu91-patch-1
Browse files Browse the repository at this point in the history
docs(README): use white logo on dark backgrounds
  • Loading branch information
relu91 authored Oct 13, 2023
2 parents 2e6fc09 + 6d29ee0 commit 1325a9d
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,4 +1,8 @@
<img title="ThingWeb" alt="Thingweb logo" src="https://raw.githubusercontent.com/eclipse-thingweb/website/master/misc/thingweb_logo.svg" width="300px">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/eclipse-thingweb/website/master/misc/thingweb_logo_for_dark_bg.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/eclipse-thingweb/website/master/misc/thingweb_logo.svg">
<img title="ThingWeb" alt="Thingweb logo" src="https://raw.githubusercontent.com/eclipse-thingweb/website/master/misc/thingweb_logo.svg" width="300">
</picture>

## node-wot

Expand Down

0 comments on commit 1325a9d

Please sign in to comment.