soiz1's picture
Upload 2891 files
6bcb42f 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);
}