958e50df58098ad36a74206f8d5e73a9bfe1f4c3
custom.css
... | ... | @@ -300,11 +300,9 @@ html { |
300 | 300 | } |
301 | 301 | |
302 | 302 | body { |
303 | - font-family: B612, sans-serif; |
|
304 | 303 | font-size: 16px; |
305 | 304 | line-height: 1.428571429; |
306 | 305 | color: #333333; |
307 | - background-color: #ffffff; |
|
308 | 306 | } |
309 | 307 | |
310 | 308 | input, |
... | ... | @@ -7685,5 +7683,6 @@ blockquote p { |
7685 | 7683 | |
7686 | 7684 | .markdown-body { |
7687 | 7685 | font-family: Alice, serif; |
7688 | - font-size: 17px; |
|
7686 | + font-size: inherit; |
|
7687 | + line-height: inherit; |
|
7689 | 7688 | } |