fossbook 0.1.1 → 0.1.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fossbook",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A lightweight static blog site generator for GitHub Pages",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -126,8 +126,12 @@
126
126
 
127
127
  html:lang(ko) blockquote {
128
128
  font-family: 'NanumHimNaeRaNeunMarBoDan', 'NanumSquareNeo', sans-serif;
129
- font-size: 1.5rem;
130
- line-height: 1;
129
+ font-size: 1.3rem;
130
+ line-height: 1.2;
131
+ }
132
+
133
+ html:lang(ko) blockquote p {
134
+ line-height: inherit;
131
135
  }
132
136
 
133
137
  @media print {