This commit is contained in:
Auric Vente
2024-07-19 01:18:28 -06:00
parent 65493f96e9
commit c717ee955d
2 changed files with 6 additions and 1 deletions

View File

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