Moved logo to docs, fixed logo not visible in light mode
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# embeddingsearch
|
# embeddingsearch
|
||||||
<img src="https://github.com/LD-Reborn/embeddingsearch/blob/main/logo.png" alt="Logo" width="100">
|
<img src="docs/logo.png" alt="Logo" width="100">
|
||||||
|
|
||||||
embeddingsearch is a self-hosted semantic search server built on vector embeddings.
|
embeddingsearch is a self-hosted semantic search server built on vector embeddings.
|
||||||
|
|
||||||
|
|||||||
BIN
docs/logo.png
Normal file
BIN
docs/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -79,4 +79,8 @@ url("/fonts/bootstrap-icons.woff") format("woff");
|
|||||||
td.btn-group {
|
td.btn-group {
|
||||||
display: revert;
|
display: revert;
|
||||||
min-width: 15rem;
|
min-width: 15rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-bs-theme="light"] img[alt="Logo"] {
|
||||||
|
filter: invert(100%);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user