Reset background-color

This commit is contained in:
Mike Francis 2015-02-12 14:14:13 +00:00
parent f7cde3cb7c
commit 98b5601719

View file

@ -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;
}
}