Skip to content

Commit 3d3b384

Browse files
committed
set initial background color to transparent
closes #3
1 parent 199aca0 commit 3d3b384

File tree

3 files changed

+529
-465
lines changed

3 files changed

+529
-465
lines changed

flexbox-reset.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ a, a:link, a:visited, a:hover, a:active {
4545

4646
// set defaults for body
4747
body {
48-
background: white;
48+
background-color: transparent;
4949
color: black;
5050
font-stretch: normal;
5151
font-style: normal;

0 commit comments

Comments
 (0)