Reset background-color
This commit is contained in:
parent
f7cde3cb7c
commit
98b5601719
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue