soiz1's picture
Upload folder using huggingface_hub
b18238f verified
raw
history blame contribute delete
167 Bytes
.modal-content {
background-color: white;
color: #575e75;
}
[theme="dark"] .modal-content {
background-color: var(--ui-primary);
color: var(--text-primary);
}