File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
218224 <!-- Twitter/X -->
You can’t perform that action at this time.
0 commit comments