Skip to content

Commit fd80b7b

Browse files
committed
dark mode fixes
1 parent 5e3147f commit fd80b7b

File tree

2 files changed

+37
-3
lines changed

2 files changed

+37
-3
lines changed

.github/logos/dcspark.dark.svg

Lines changed: 34 additions & 1 deletion
Loading

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ limit 2;
9898

9999
Development of `sqlite-vec` is supported by multiple generous sponsors! Mozilla
100100
is the main sponsor through the new Builders project.
101-
102101
<p align="center">
103102
<a href="https://hacks.mozilla.org/2024/06/sponsoring-sqlite-vec-to-enable-more-powerful-local-ai-applications/">
104103
<picture>
@@ -137,7 +136,9 @@ is the main sponsor through the new Builders project.
137136

138137
<a href="https://dcspark.io/">
139138
<picture>
140-
<source srcset="./.github/logos/dcspark.svg">
139+
<source media="(prefers-color-scheme: dark)" srcset="./.github/logos/dcspark.dark.svg">
140+
<source media="(prefers-color-scheme: light)" srcset="./.github/logos/dcspark.svg">
141+
141142
<img alt="DcSpark logo" src="./.github/logos/dcspark.svg" width="48%">
142143
</picture>
143144
</a>

0 commit comments

Comments
 (0)