File size: 167 Bytes
f2bee8a
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
.modal-content {
  background-color: white;
  color: #575e75;
}
[theme="dark"] .modal-content {
  background-color: var(--ui-primary);
  color: var(--text-primary);
}