From 970a94cb7b64c99c84ad4ce6808918610058ea77 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 14 Sep 2013 15:57:23 -0700 Subject: Making editing changes. * Home page changes. * Darkening font color, increasing font size * Fixing about link in footer. --- web/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'web') 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; -- cgit v1.2.3