Add responsive images for light and dark modes

Updated image display for light and dark modes in README.
This commit is contained in:
varunrmallya
2025-10-01 17:45:23 +05:30
committed by GitHub
parent 58c372bcb3
commit 5c8b132cb9

View File

@ -1,4 +1,14 @@
<img src="https://github.com/user-attachments/assets/b175bf39-23cb-475d-a6e1-7b5c99a1ed72" alt="pythonbpf" width="450">
<picture>
<source
media="(prefers-color-scheme: light)"
srcset="https://github.com/user-attachments/assets/f3738131-d7cb-4b5c-8699-c7010295a159"
width="450"
alt="Lightmode image">
<img
src="https://github.com/user-attachments/assets/b175bf39-23cb-475d-a6e1-7b5c99a1ed72"
width="450"
alt="Darkmode image">
</picture>
<!-- Badges -->
<p align="center">
<!-- PyPI -->