update light/dark

This commit is contained in:
Alex Garcia 2024-06-12 00:27:15 -07:00
parent f1d482b276
commit 4ae8c84158

View file

@ -102,14 +102,25 @@ is the main sponsor through the new Builders project.
`sqlite-vec` is also sponsored by the following companies: `sqlite-vec` is also sponsored by the following companies:
<a href="https://fly.io/"> <a href="https://fly.io/">
<img src="./.github/logos/flyio.dark.svg#gh-dark-mode-only" width="32%"/> <picture>
<img src="./.github/logos/flyio.svg#gh-light-mode-only" width="32%"/> <source media="(prefers-color-scheme: dark)" srcset="./.github/logos/flyio.dark.svg">
<source media="(prefers-color-scheme: light)" srcset="./.github/logos/flyio.svg">
<img alt="logo of Fly.io" src="./.github/logos/flyio.svg" width="32%">
</picture>
</a> </a>
<a href="https://turso.tech/"><img src="./.github/logos/turso.svg" width="32%"/>
<a href="https://turso.tech/">
<picture>
<img src="./.github/logos/turso.svg" width="32%"/>
</picture>
</a> </a>
<a href="https://sqlitecloud.io/"> <a href="https://sqlitecloud.io/">
<img src="./.github/logos/sqlitecloud.dark.svg#gh-dark-mode-only" width="32%""> <picture>
<img src="./.github/logos/sqlitecloud.svg#gh-light-mode-only" width="32%""> <source media="(prefers-color-scheme: dark)" srcset="./.github/logos/sqlitecloud.dark.svg">
<source media="(prefers-color-scheme: light)" srcset="./.github/logos/sqlitecloud.svg">
<img alt="logo of SQLite Cloud" src="./.github/logos/flyio.svg" width="32%">
</picture>
</a> </a>
As well as multiple individual supporters on As well as multiple individual supporters on