diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-14 15:57:23 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-14 15:57:23 -0700 |
commit | fb36eb322d349a594d6425f7af8e9c4774f4a0a3 (patch) | |
tree | 9181a06ec6f4c984fefaedbfd9b4af8d08ee8bf9 /web | |
parent | ec463ba7e2610ef15333530708f802b0d5069e4c (diff) |
Making editing changes.
* Home page changes.
* Darkening font color, increasing font size
* Fixing about link in footer.
Diffstat (limited to 'web')
-rw-r--r-- | web/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/style.css b/web/style.css index eb0d21b..aef1ae0 100644 --- a/web/style.css +++ b/web/style.css @@ -142,10 +142,11 @@ nav.primary a.current { #content { text-align: center; - color: #b0b0b0; + color: #505050; padding-bottom: 5em; margin: 1em auto 1em auto; max-width: 900px; + font-size: 115%; } #content article { @@ -192,7 +193,7 @@ footer { background: #3C3C3C; color: #737373; font-weight: bold; - font-size: 80%; + font-size: 90%; padding: 20px 20% 0 20%; height: 30px; clear: both; |