More styling

This commit is contained in:
2024-10-20 15:53:35 -04:00
parent f8042571b2
commit fee6f755a3
5 changed files with 208 additions and 68 deletions

View File

@ -14,6 +14,9 @@ def load_or_create_config():
'directories': {
'upload': 'uploads',
'thumbnail': 'thumbnails'
},
'appearance': {
'accent_color': '{{ accent_color }}'
}
}
with open(CONFIG_FILE, 'w') as f: