From 0374291990cb7fc72bc424565992aaaa59e2ab66 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Mon, 7 Apr 2014 15:58:38 -0700 Subject: [PATCH] Removed font-weight style that was being applied to widely to links, etc. --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index 4870d5b..4bf6dad 100644 --- a/style.css +++ b/style.css @@ -167,7 +167,6 @@ input[type="reset"]:focus, input[type="submit"]:focus, textarea:focus, .button { - font-weight: 300; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out;