From 889e627677d7712ef6e819c230480dc6977b7cc7 Mon Sep 17 00:00:00 2001 From: yawboakye Date: Tue, 23 Apr 2013 14:30:07 +0000 Subject: [PATCH] Unnecessary reform --- stylesheets/styles.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/stylesheets/styles.css b/stylesheets/styles.css index 83c3dba..e67de85 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -1,25 +1,23 @@ @import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700); html, body, section, a, span, div, h1, h2, h3, h4, h5, h6 {margin:0;padding:0;} -html { background: #ffe773; } body { - font:.8em Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; + font:.8em Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; } span { - font-family: 'Arimo', 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 2em; } h1, h2, h3, h4, h5, h6 { font-size: 2.4em; - color: #888; + color: #ccc; margin: 0 0 1.5%; } -h1, h2, h3 { } section.description { width: 100%; } section.description div { width: 100%; } @@ -43,11 +41,14 @@ h3, h4, h5, h6 { } a { - color:#fff; /*39c*/ - font-weight:bold; + color:#fff; text-decoration:none; } +a:hover { + color: #39c; +} + .wrapper { width:auto; margin: .3% auto;