Merge pull request #1421 from JeLuF/contrast

Improve embedding readability
This commit is contained in:
cmdr2 2023-07-18 22:59:45 +05:30 committed by GitHub
commit 9fd69b2519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1665,8 +1665,14 @@ body.wait-pause {
}
#embeddings-list button {
margin-top: 2px;
margin-bottom: 2px;
margin: 2px;
color: var(--button-color);
background: var(--button-text-color);
font-weight: 700;
}
#embeddings-list button:hover {
background: var(--accent-color);
color: var(--button-text-color);
}
#embeddings-list .collapsible {