Skip to content

Commit 7c5509f

Browse files
authored
Merge pull request #5146 from ch-ncolley/patch-1
Fix body background colour not showing as white
2 parents 473a6cb + acac9d5 commit 7c5509f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/colours.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
{
4848
"name": "body-background",
49-
"colour": "#f3f2f1",
49+
"colour": "#ffffff",
5050
"notes": "Use this colour if you need to match the colour of the <body> element"
5151
}
5252
],

0 commit comments

Comments
 (0)