theme.css 377 B

123456789101112131415161718192021222324
  1. .note-editor-theme_paragraph {
  2. font-size: 12px;
  3. }
  4. .note-editor-theme_list-ul {
  5. font-size: 12px;
  6. margin: 0;
  7. padding: 0;
  8. list-style: disc;
  9. }
  10. .note-editor-theme_list-li {
  11. margin-left: 18px;
  12. margin-right: 8px;
  13. }
  14. .note-editor-theme_link {
  15. text-decoration: underline;
  16. cursor: pointer;
  17. }
  18. .note-editor-theme_text-strikethrough {
  19. text-decoration: line-through;
  20. }