File tree Expand file tree Collapse file tree 2 files changed +35
-25
lines changed Expand file tree Collapse file tree 2 files changed +35
-25
lines changed Original file line number Diff line number Diff line change 11.markdown :not (code ) {
22 overflow : hidden ;
33 font-size : 16px ;
4- line-height : 1.6 !important ;
4+ line-height : 1.5 !important ;
55 word-wrap : break-word ;
66
77 & .ui.segment {
7575 h4 ,
7676 h5 ,
7777 h6 {
78- margin-top : 1 em ;
78+ margin-top : 24 px ;
7979 margin-bottom : 16px ;
8080 font-weight : 600 ;
81- line-height : 1.4 ;
82-
83- & :first-of-type {
84- margin-top : 0 !important ;
85- }
81+ line-height : 1.25 ;
8682 }
8783
8884 h1 tt ,
10298
10399 h1 {
104100 padding-bottom : .3em ;
105- font-size : 2.25em ;
106- line-height : 1.2 ;
101+ font-size : 2em ;
107102 border-bottom : 1px solid var (--color-secondary );
108103 }
109104
110105 h2 {
111106 padding-bottom : .3em ;
112- font-size : 1.75em ;
113- line-height : 1.225 ;
107+ font-size : 1.5em ;
114108 border-bottom : 1px solid var (--color-secondary );
115109 }
116110
117111 h3 {
118- font-size : 1.5em ;
119- line-height : 1.43 ;
112+ font-size : 1.25em ;
120113 }
121114
122115 h4 {
123- font-size : 1.25 em ;
116+ font-size : 1 em ;
124117 }
125118
126119 h5 {
127- font-size : 1 em ;
120+ font-size : .875 em ;
128121 }
129122
130123 h6 {
131- font-size : 1 em ;
124+ font-size : .85 em ;
132125 color : var (--color-text-light-2 );
133126 }
134127
135128 p ,
136129 blockquote ,
130+ details ,
137131 ul ,
138132 ol ,
139133 dl ,
232226 }
233227
234228 li > p {
235- margin-top : 0 ;
229+ margin-top : 16px ;
230+ }
231+
232+ li + li {
233+ margin-top : .25em ;
236234 }
237235
238236 dl {
268266 }
269267
270268 table {
271- width : auto ;
272- overflow : auto ;
273- word-break : keep-all ;
274269 display : block ;
270+ width : 100% ;
271+ width : -webkit-max-content ;
272+ width : -moz-max-content ;
273+ width : max-content ;
274+ max-width : 100% ;
275+ overflow : auto ;
275276 }
276277
277278 table th {
294295
295296 img {
296297 max-width : 100% ;
297- box-sizing : border-box ;
298+ box-sizing : initial ;
299+ }
300+
301+ img [align= " right" ] {
302+ padding-left : 20px ;
303+ }
304+
305+ img [align= " left" ] {
306+ padding-right : 20px ;
298307 }
299308
300309 .emoji {
301310 max-width : none ;
311+ vertical-align : text-top ;
302312 }
303313
304314 span .frame {
391401
392402 code ,
393403 tt {
394- padding : .2em .3 em ;
404+ padding : .2em .4 em ;
395405 margin : 0 ;
396406 font-size : 85% ;
397407 background-color : var (--color-markdown-code-block );
398- border-radius : 3 px ;
408+ border-radius : 4 px ;
399409 }
400410
401411 code br ,
428438 font-size : 85% ;
429439 line-height : 1.45 ;
430440 background-color : var (--color-markdown-code-block );
431- border-radius : 3 px ;
441+ border-radius : 4 px ;
432442 }
433443
434444 .highlight pre {
Original file line number Diff line number Diff line change 1616}
1717
1818.dropzone .dz-error-message {
19- top : 120 px !important ;
19+ top : 145 px !important ;
2020}
2121
2222.dropzone .dz-image {
You can’t perform that action at this time.
0 commit comments