310df557e6ec231b26dbf5746a79773cca9d3401
custom.css
| ... | ... | @@ -16,21 +16,23 @@ body { |
| 16 | 16 | color: #444; |
| 17 | 17 | /*font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;*/ |
| 18 | 18 | font-family: sans-serif; |
| 19 | - font-size: 12px; |
|
| 20 | - line-height: 1.7; |
|
| 21 | - padding: 1em; |
|
| 19 | + /*font-size: 12px;*/ |
|
| 20 | + /*line-height: 1.7;*/ |
|
| 21 | + /*padding: 1em;*/ |
|
| 22 | 22 | margin: auto; |
| 23 | - max-width: 42em; |
|
| 23 | + /*max-width: 42em;*/ |
|
| 24 | 24 | background: #fefefe; |
| 25 | 25 | } |
| 26 | 26 | |
| 27 | 27 | a { |
| 28 | - color: #0645ad; |
|
| 28 | + /*color: #0645ad;*/ |
|
| 29 | + color: #000; |
|
| 29 | 30 | text-decoration: none; |
| 30 | 31 | } |
| 31 | 32 | |
| 32 | 33 | a:visited { |
| 33 | - color: #0b0080; |
|
| 34 | + /*color: #0b0080;*/ |
|
| 35 | + color: #000; |
|
| 34 | 36 | } |
| 35 | 37 | |
| 36 | 38 | a:hover { |
| ... | ... | @@ -70,7 +72,7 @@ p { |
| 70 | 72 | } |
| 71 | 73 | |
| 72 | 74 | img { |
| 73 | - max-width: 100%; |
|
| 75 | + max-width: 99%; |
|
| 74 | 76 | } |
| 75 | 77 | |
| 76 | 78 | h1, |