Skip to content

Commit 5030e45

Browse files
committed
Update readme.md
1 parent a23dada commit 5030e45

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

readme.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,14 @@ Licensed under the [Apache License 2.0](LICENSE).
211211
<p align="center">
212212
<!-- GitHub (dark/light) -->
213213
<a href="https://github.com/IntelRealSense/librealsense/tree/master" target="_blank" aria-label="GitHub">
214-
<img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/github.png?raw=true#gh-light-mode-only" width="32" alt="light mode GitHub">
215-
<img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/github_light.PNG?raw=true#gh-dark-mode-only" width="32" alt="dark mode GitHub">
214+
<picture>
215+
<source media="(prefers-color-scheme: dark)"
216+
srcset="https://raw.githubusercontent.com/Noy-Zini/librealsense/media-files/doc/img/logos/github_light.png">
217+
<source media="(prefers-color-scheme: light)"
218+
srcset="https://raw.githubusercontent.com/Noy-Zini/librealsense/media-files/doc/img/logos/github.png">
219+
<img src="https://raw.githubusercontent.com/Noy-Zini/librealsense/media-files/doc/img/logos/github.png"
220+
width="32" alt="GitHub">
221+
</picture>
216222
</a>
217223
&nbsp;&nbsp;&nbsp;
218224
<!-- Twitter/X -->

0 commit comments

Comments
 (0)