From 98b5601719119a0c8a564cea2cbeecc2da3f8f9a Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Thu, 12 Feb 2015 14:14:13 +0000 Subject: [PATCH] Reset background-color --- scss/generic/_reset.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/generic/_reset.scss b/scss/generic/_reset.scss index 9c531ba..88376a3 100755 --- a/scss/generic/_reset.scss +++ b/scss/generic/_reset.scss @@ -1,4 +1,5 @@ * { + background-color: transparent; border: 0; box-sizing: border-box; font-size: 100%; @@ -8,4 +9,4 @@ margin: 0; padding: 0; text-rendering: optimizeLegibility; -} \ No newline at end of file +}