We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acde2bd + 6ab7e30 commit 840a42dCopy full SHA for 840a42d
1 file changed
README.md
@@ -1,5 +1,9 @@
1
<p align="center">
2
- <img height="120" src="https://github.com/qdrant/qdrant/raw/master/docs/logo.svg" alt="Qdrant">
+ <picture>
3
+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/qdrant/qdrant/raw/master/docs/logo-dark.svg">
4
+ <source media="(prefers-color-scheme: light)" srcset="https://github.com/qdrant/qdrant/raw/master/docs/logo-light.svg">
5
+ <img height="100" alt="Qdrant" src="https://github.com/qdrant/qdrant/raw/master/docs/logo.svg">
6
+ </picture>
7
8
<img height="150" width="100" src="./resources/java-logo-small.svg" alt="Java">
9
0 commit comments