diff --git a/nf_core/create.py b/nf_core/create.py index 7416bd8f74..179ccabb82 100644 --- a/nf_core/create.py +++ b/nf_core/create.py @@ -489,7 +489,7 @@ def make_pipeline_logo(self): log.debug(f"Fetching logo from {logo_url}") email_logo_path = self.outdir / "assets" / f"{self.template_params['name_noslash']}_logo_light.png" - self.download_pipeline_logo(f"{logo_url}&w=400", email_logo_path) + self.download_pipeline_logo(f"{logo_url}?w=600&theme=light", email_logo_path) for theme in ["dark", "light"]: readme_logo_url = f"{logo_url}?w=600&theme={theme}" readme_logo_path = (