v1.3.12: Verbesserte Farbkontraste für bessere Barrierefreiheit

This commit is contained in:
2025-08-01 13:49:02 +02:00
parent e2367d0b0e
commit c19cb17623
3 changed files with 360 additions and 35 deletions

2
app.py
View File

@@ -12,7 +12,7 @@ app = Flask(__name__)
app.secret_key = os.environ.get('SECRET_KEY', 'dev-key')
# Version der App
APP_VERSION = "1.3.11"
APP_VERSION = "1.3.12"
# HTML-Template wird jetzt aus templates/index.html geladen