Update README for image source based on color scheme

This commit is contained in:
Max Goedjen 2025-09-14 19:36:51 -07:00 committed by GitHub
parent f783ecbdd3
commit 9733bc3ebb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,8 @@
Secretive is an app for protecting and managing SSH keys with the Secure Enclave. Secretive is an app for protecting and managing SSH keys with the Secure Enclave.
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="/.github/readme/app-dark.png"> <source media="(prefers-color-scheme: dark)" srcset="/.github/readme/app-dark.png">
<img src="/.github/readme/app-light.png" alt="Screenshot of Secretive" width="600"> <source media="(prefers-color-scheme: light)" srcset="/.github/readme/app-light.png">
<img src="/.github/readme/app-dark.png" alt="Screenshot of Secretive" width="600">
</picture> </picture>