diff --git a/src/cover.py b/src/cover.py index 5ecfecb..c503ddd 100644 --- a/src/cover.py +++ b/src/cover.py @@ -114,7 +114,7 @@ def generate_mosaic_cover( ) -> str: os.makedirs(output_dir, exist_ok=True) w, h = config.COVER_SIZE - img = PILImage.new("RGBA", (w, h), color=(0, 0, 0, 255)) + img = PILImage.new("RGBA", (w, h), color=(245, 245, 245, 255)) bottom_headlines_height = 0 if headlines: