123456789101112131415161718192021222324 |
- .note-editor-theme_paragraph {
- font-size: 12px;
- }
- .note-editor-theme_list-ul {
- font-size: 12px;
- margin: 0;
- padding: 0;
- list-style: disc;
- }
- .note-editor-theme_list-li {
- margin-left: 18px;
- margin-right: 8px;
- }
- .note-editor-theme_link {
- text-decoration: underline;
- cursor: pointer;
- }
- .note-editor-theme_text-strikethrough {
- text-decoration: line-through;
- }
|