wwf
22 小时以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.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 {
  cursor: pointer;
  color: var(--text-text-selected);
}
 
.note-editor-theme_link:hover {
  text-decoration: underline;
}
 
.note-editor-theme_text-strikethrough {
  text-decoration: line-through;
}
 
.note-editor-theme_text-italic {
  font-style: italic;
}