Skip to content

Commit

Permalink
update README.md for dark mode compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
itpey committed Nov 8, 2024
1 parent a317295 commit a9fccf0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
![sidekick](https://raw.githubusercontent.com/minio/sidekick/master/sidekick_logo.png)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/minio/sidekick/master/sidekick_logo_dark.png">
<img alt="sidekick" src="https://raw.githubusercontent.com/minio/sidekick/master/sidekick_logo.png" >
</picture>

![build](https://github.com/minio/sidekick/workflows/Go/badge.svg) ![license](https://img.shields.io/badge/license-AGPL%20V3-blue)

Expand Down

0 comments on commit a9fccf0

Please sign in to comment.