File tree Expand file tree Collapse file tree 1 file changed +32
-8
lines changed Expand file tree Collapse file tree 1 file changed +32
-8
lines changed Original file line number Diff line number Diff line change @@ -38,18 +38,42 @@ body {
38
38
background-color : # e5e7eb ;
39
39
}
40
40
41
- .wysiwyg-content h3 ,
42
- .wysiwyg-content h4 {
43
- font-weight : 600 ;
44
- margin-top : 1rem ;
41
+
42
+ .wysiwyg-content > blockquote ,
43
+ .wysiwyg-content > dl ,
44
+ .wysiwyg-content > dd ,
45
+ .wysiwyg-content > h1 ,
46
+ .wysiwyg-content > h2 ,
47
+ .wysiwyg-content > h3 ,
48
+ .wysiwyg-content > h4 ,
49
+ .wysiwyg-content > h5 ,
50
+ .wysiwyg-content > h6 ,
51
+ .wysiwyg-content > hr ,
52
+ .wysiwyg-content > figure ,
53
+ .wysiwyg-content > p ,
54
+ .wysiwyg-content > pre {
55
+ margin : revert;
56
+ }
57
+
58
+ .wysiwyg-content > ol ,
59
+ .wysiwyg-content > ul {
60
+ list-style : revert;
61
+ margin : revert;
62
+ padding : revert;
45
63
}
46
64
47
- .wysiwyg-content table > tbody > tr > td {
48
- padding : 0.25 rem 0.125 rem ;
65
+ .wysiwyg-content > table {
66
+ border-collapse : revert ;
49
67
}
50
68
51
- .wysiwyg-content table > tbody > tr > td : first-child {
52
- font-weight : bold;
69
+ .wysiwyg-content > h1 ,
70
+ .wysiwyg-content > h2 ,
71
+ .wysiwyg-content > h3 ,
72
+ .wysiwyg-content > h4 ,
73
+ .wysiwyg-content > h5 ,
74
+ .wysiwyg-content > h6 {
75
+ font-size : revert;
76
+ font-weight : revert;
53
77
}
54
78
55
79
.table > tbody > tr > td ,
You can’t perform that action at this time.
0 commit comments