diff --git a/src/__pycache__/web_dashboard.cpython-310.pyc b/src/__pycache__/web_dashboard.cpython-310.pyc index 372d2dd..4617c8b 100644 Binary files a/src/__pycache__/web_dashboard.cpython-310.pyc and b/src/__pycache__/web_dashboard.cpython-310.pyc differ diff --git a/src/web_dashboard.py b/src/web_dashboard.py index fd6d1f6..d1fe4cf 100644 --- a/src/web_dashboard.py +++ b/src/web_dashboard.py @@ -231,7 +231,7 @@ html_content = """ body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; - background: linear-gradient(135deg, #0f0c29 0%, #302b63 100%); + background: linear-gradient(135deg, #2ecc71c29 0%, #302b63 100%); color: #e0e0e0; padding: 20px; min-height: 100vh;