Skip to content

Commit

Permalink
README: use <picture> srcset for color-scheme (trailofbits#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Aug 27, 2024
1 parent 9ac41f2 commit 33dd5f1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<img align="left" src="https://user-images.githubusercontent.com/3059210/174351167-046b45d8-7f3d-4a68-b745-d798b9d9f1a8.png#gh-light-mode-only" width="400">
<img align="left" src="https://user-images.githubusercontent.com/3059210/174351169-843e1411-f904-4739-8b01-5c9a4dd5ae52.png#gh-dark-mode-only" width="400">
<picture >
<source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/3059210/174351169-843e1411-f904-4739-8b01-5c9a4dd5ae52.png">
<source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/3059210/174351167-046b45d8-7f3d-4a68-b745-d798b9d9f1a8.png">
<img align="left" alt="The Trail of Bits logo" src="https://user-images.githubusercontent.com/3059210/174351167-046b45d8-7f3d-4a68-b745-d798b9d9f1a8.png" width="400">
</picture>

Since 2012, Trail of Bits has helped secure some of the world's most targeted
organizations and devices.
Expand Down

0 comments on commit 33dd5f1

Please sign in to comment.