jekyll-theme-2038 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_sass/2038/miscellaneous.scss +35 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24e62e05cf24f8bd8f50d340109f99c857cdc19542616a2886b28f4b6887cf00
|
4
|
+
data.tar.gz: e4b0340b5b8c0a0e64cacd9354a254a4dd858fd4268b129c8ffd49fda2ecabb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ffb49323bf442a17dd11f05426a330a463917e1062a1c1a9b2e7eb82a01ec31eae4f6249da2f14c25870785ad04f40ef4b132da6bf0735e9d0aadafe5cbb146
|
7
|
+
data.tar.gz: 10d097cd303531c848374d8c8a2d788b5dbb68549da04987b20992a820bf170814bcd1c5ace4ee2b14f3ca493533995ea52c7a541f37875d509bb061206038e5
|
@@ -123,7 +123,15 @@ kbd {
|
|
123
123
|
}
|
124
124
|
|
125
125
|
p, table {
|
126
|
-
margin: .
|
126
|
+
margin: .75em 0;
|
127
|
+
}
|
128
|
+
|
129
|
+
.ml-article p {
|
130
|
+
text-indent: 34px;
|
131
|
+
}
|
132
|
+
|
133
|
+
.footnote p, .ml-article ul p, .ml-article ol p {
|
134
|
+
text-indent: 0;
|
127
135
|
}
|
128
136
|
|
129
137
|
summary {
|
@@ -213,3 +221,29 @@ ul.ml-page-list {
|
|
213
221
|
padding: 0;
|
214
222
|
}
|
215
223
|
|
224
|
+
.ml-smaller.ml-front, h2, h3, h4 {
|
225
|
+
line-height: 1.5rem;
|
226
|
+
}
|
227
|
+
|
228
|
+
h1.ml-title {
|
229
|
+
font-size: 2em; // 二号
|
230
|
+
}
|
231
|
+
|
232
|
+
.ml-article h2, .ml-article h1 {
|
233
|
+
font-size: 1.5em; // 三号
|
234
|
+
margin-top: 1.5rem;
|
235
|
+
}
|
236
|
+
|
237
|
+
.ml-article h3 {
|
238
|
+
font-size: 1.25em; // 四号
|
239
|
+
margin-top: 1.5rem;
|
240
|
+
}
|
241
|
+
|
242
|
+
.ml-article h4 {
|
243
|
+
font-size: 1.125em;
|
244
|
+
}
|
245
|
+
|
246
|
+
h1, h2, h3, h4, h5, h6 {
|
247
|
+
font-weight: 300;
|
248
|
+
}
|
249
|
+
|