Reset background-color

This commit is contained in:
Mike Francis 2015-02-12 14:14:13 +00:00
parent f7cde3cb7c
commit 98b5601719
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
* { * {
background-color: transparent;
border: 0; border: 0;
box-sizing: border-box; box-sizing: border-box;
font-size: 100%; font-size: 100%;
@ -8,4 +9,4 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
} }