diff options
Diffstat (limited to '')
| -rw-r--r-- | src/style-5.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/style-5.css b/src/style-5.css index 78f0319..81cde7f 100644 --- a/src/style-5.css +++ b/src/style-5.css | |||
| @@ -8,8 +8,10 @@ footer table { font-style: italic; width: 100%; } | |||
| 8 | .hosted a, .contact a { font-weight: bold; } | 8 | .hosted a, .contact a { font-weight: bold; } |
| 9 | 9 | ||
| 10 | /* Content */ | 10 | /* Content */ |
| 11 | html { margin: 1em auto; max-width: 42em; } | 11 | html { margin: 1em auto; max-width: 42em; font-family: sans-serif } |
| 12 | h1 { text-align: center; } | 12 | h1 { font-size: 1.8em; text-align: center; } |
| 13 | h2 { font-size: 1.6em; } | ||
| 14 | h3 { font-size: 1.05em; } | ||
| 13 | body { margin: auto 8px 20px 8px; } | 15 | body { margin: auto 8px 20px 8px; } |
| 14 | a { color: #0f2899; text-decoration: none; } | 16 | a { color: #0f2899; text-decoration: none; } |
| 15 | a:hover { text-decoration: underline; } | 17 | a:hover { text-decoration: underline; } |
