This commit is contained in:
Auric Vente
2024-07-19 01:31:19 -06:00
parent c717ee955d
commit 06c60d4a34
2 changed files with 23 additions and 17 deletions

View File

@@ -28,7 +28,6 @@ class Config:
hatch_burst: int = 3
font_size: int = 20
footer_font_size: int = 18
footer_background_color: str = "#424242"
@staticmethod
def prepare() -> None: