Improve embedding readability

This commit is contained in:
JeLuF 2023-07-18 18:37:14 +02:00
parent d03f16cbd3
commit 0dbc195770

View File

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