a110a1defa1aa93ccc7abdbd4edb062bdfcd9d47
custom.css
| ... | ... | @@ -15,8 +15,7 @@ html { |
| 15 | 15 | body { |
| 16 | 16 | color: #444; |
| 17 | 17 | font-family: 'Spoqa Han Sans Neo', 'sans-serif'; |
| 18 | - font-size: 2.5rem; |
|
| 19 | - /*font-size: 12px;*/ |
|
| 18 | + font-size: 12px; |
|
| 20 | 19 | /*line-height: 1.7;*/ |
| 21 | 20 | /*padding: 1em;*/ |
| 22 | 21 | margin: auto; |
| ... | ... | @@ -24,6 +23,12 @@ body { |
| 24 | 23 | background: #fefefe; |
| 25 | 24 | } |
| 26 | 25 | |
| 26 | +.markdown-body { |
|
| 27 | + font-family: 'Spoqa Han Sans Neo', 'sans-serif'; |
|
| 28 | + font-size: 1.1rem; |
|
| 29 | + line-height: 2.0rem; |
|
| 30 | +} |
|
| 31 | + |
|
| 27 | 32 | a { |
| 28 | 33 | /*color: #0645ad;*/ |
| 29 | 34 | color: #7C0CF2; |
| ... | ... | @@ -32,7 +37,7 @@ a { |
| 32 | 37 | |
| 33 | 38 | a:visited { |
| 34 | 39 | /*color: #0b0080;*/ |
| 35 | - color: #000; |
|
| 40 | + color: #7C0CF2; |
|
| 36 | 41 | } |
| 37 | 42 | |
| 38 | 43 | a:hover { |