Skip to content

Commit 7d0aeb1

Browse files
authored
Update base.css
Changes for setting page background to black
1 parent f0a3bd4 commit 7d0aeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ section {
106106
display: block;
107107
}
108108
body {
109-
/* Add background-color declaration here */
109+
background-color: black;
110110
}
111111
ol,
112112
ul {

0 commit comments

Comments
 (0)