Skip to content

Commit 2c524fc

Browse files
committed
fix(background): set background color to white
1 parent 6ea9c88 commit 2c524fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bare.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
padding: 2em;
1313
font-family: Didot, 'Didot LT STD', 'Hoefler Text', 'Garamond', 'Times New Roman', serif;
1414
color: #333333;
15+
background-color: #fff;
1516
}
1617
a {
1718
text-decoration: none;

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
padding: 2em;
1313
font-family: Didot, 'Didot LT STD', 'Hoefler Text', 'Garamond', 'Times New Roman', serif;
1414
color: #333333;
15+
background-color: #fff;
1516
}
1617
a {
1718
text-decoration: none;

0 commit comments

Comments
 (0)