Skip to content

Commit 2d4a0e6

Browse files
authored
Merge pull request emilbaehr#14 from i1skn/patch-1
Fix default body_background_color in _config.yml
2 parents 5479f82 + cb76ebf commit 2d4a0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ cover_overlay_transparency : 0.8
8787

8888
device_color : black # Set to: blue, black, yellow, coral or white.
8989

90-
body_background_color : "ffffff"
90+
body_background_color : "#ffffff"
9191

9292
link_color : "#1d63ea"
9393

0 commit comments

Comments
 (0)