docx.css 187 B

1234567891011
  1. .markdown {
  2. background-color: white;
  3. padding: 15px;
  4. border: 2px solid #0074D9;
  5. border-radius: 10px;
  6. }
  7. .modal div {
  8. background-color: white;
  9. border-radius: 10px;
  10. }