diff options
Diffstat (limited to 'dst/styles')
-rw-r--r-- | dst/styles/style.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dst/styles/style.css b/dst/styles/style.css index 547f640..848f946 100644 --- a/dst/styles/style.css +++ b/dst/styles/style.css @@ -10,15 +10,14 @@ body { header { margin-top: 1em; font-size: 2em; + color: #888; } footer { - margin-top: 2em; - margin-bottom: 1em; + margin-top: 3em; + margin-bottom: 1.5em; text-align: center; -} - -header, footer { + font-size: 0.95em; color: #888; } |