File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 22
22
"@docusaurus/core" : " 2.0.0-beta.3" ,
23
23
"@docusaurus/preset-classic" : " 2.0.0-beta.3" ,
24
24
"@ionic-internal/docusaurus-plugin-tag-manager" : " 2.0.0" ,
25
- "@ionic-internal/docusaurus-theme" : " 3.0.0 " ,
25
+ "@ionic-internal/docusaurus-theme" : " 3.0.1 " ,
26
26
"@ionic/prettier-config" : " ^1.0.1" ,
27
27
"@ionic/react" : " ^5.6.8" ,
28
28
"@mdx-js/react" : " ^1.6.22" ,
Original file line number Diff line number Diff line change @@ -295,3 +295,20 @@ html[data-theme='dark'] .navbar-twitter:before {
295
295
float : right ;
296
296
margin : 0 0 1rem 1rem ;
297
297
}
298
+
299
+ .markdown {
300
+ p ,
301
+ li {
302
+ font-size : 1rem ;
303
+ line-height : var (--line-height-prose );
304
+ letter-spacing : var (--letter-spacing-tight );
305
+ }
306
+
307
+ header + p {
308
+ font-size : 1.25rem ;
309
+
310
+ + p {
311
+ font-size : 1.25rem ;
312
+ }
313
+ }
314
+ }
You can’t perform that action at this time.
0 commit comments