diff --git a/common.typ b/common.typ index 67568f0..e82efbb 100644 --- a/common.typ +++ b/common.typ @@ -58,7 +58,6 @@ width: width, height: height, breakable: false, - fill: luma(240), address_content(width, height, card) ) } diff --git a/format.py b/format.py index 64af6b3..20c14dd 100755 --- a/format.py +++ b/format.py @@ -43,11 +43,11 @@ def get_avatar(url: str) -> str: return "" svg_text = f""" - - - - + + + + """ with open(f"cache/{name}.svg", "w") as svgfile: