From 840287e3174f01dbf6c47d9dc18cd334f2742b48 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Tue, 13 Sep 2022 07:44:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20fix=20background=20aspe?= =?UTF-8?q?ct=20ratio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/html_fn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html_fn.py b/src/html_fn.py index eed19c2..96ea133 100644 --- a/src/html_fn.py +++ b/src/html_fn.py @@ -22,7 +22,7 @@ def buildSite(content, title=None, disable_color=False): c_style = f"background: {bg}; color: {fg};" if os.path.exists("/config/wall.png"): - c_style += "background-image: url('assets/wall');" + c_style += "background-image: url('assets/wall');background-size:cover" return Document( head=Head(