_sass/2038/miscellaneous.scss in jekyll-theme-2038-0.1.4 vs _sass/2038/miscellaneous.scss in jekyll-theme-2038-0.1.5

- old
+ new

@@ -121,13 +121,21 @@ kbd { padding: 1px 3px } p, table { - margin: .9em 0; + margin: .75em 0; } +.ml-article p { + text-indent: 34px; +} + +.footnote p, .ml-article ul p, .ml-article ol p { + text-indent: 0; +} + summary { cursor: pointer } .highlight, .highlight .w { @@ -209,7 +217,33 @@ } } ul.ml-page-list { padding: 0; +} + +.ml-smaller.ml-front, h2, h3, h4 { + line-height: 1.5rem; +} + +h1.ml-title { + font-size: 2em; // 二号 +} + +.ml-article h2, .ml-article h1 { + font-size: 1.5em; // 三号 + margin-top: 1.5rem; +} + +.ml-article h3 { + font-size: 1.25em; // 四号 + margin-top: 1.5rem; +} + +.ml-article h4 { + font-size: 1.125em; +} + +h1, h2, h3, h4, h5, h6 { + font-weight: 300; }