mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
dark mode fixes
This commit is contained in:
parent
5e3147f0f0
commit
fd80b7b985
2 changed files with 37 additions and 3 deletions
|
|
@ -98,7 +98,6 @@ limit 2;
|
|||
|
||||
Development of `sqlite-vec` is supported by multiple generous sponsors! Mozilla
|
||||
is the main sponsor through the new Builders project.
|
||||
|
||||
<p align="center">
|
||||
<a href="https://hacks.mozilla.org/2024/06/sponsoring-sqlite-vec-to-enable-more-powerful-local-ai-applications/">
|
||||
<picture>
|
||||
|
|
@ -137,7 +136,9 @@ is the main sponsor through the new Builders project.
|
|||
|
||||
<a href="https://dcspark.io/">
|
||||
<picture>
|
||||
<source srcset="./.github/logos/dcspark.svg">
|
||||
<source media="(prefers-color-scheme: dark)" srcset="./.github/logos/dcspark.dark.svg">
|
||||
<source media="(prefers-color-scheme: light)" srcset="./.github/logos/dcspark.svg">
|
||||
|
||||
<img alt="DcSpark logo" src="./.github/logos/dcspark.svg" width="48%">
|
||||
</picture>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue