diff --git a/src/__pycache__/web_dashboard.cpython-310.pyc b/src/__pycache__/web_dashboard.cpython-310.pyc index 0b2ad02..6241db7 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 354b3bd..96b9ade 100644 --- a/src/web_dashboard.py +++ b/src/web_dashboard.py @@ -296,7 +296,7 @@ html_content = """ } .card:hover { - background: rgba(255, 255, 255, 0.15); + background: rgba(255, 255, 255, 0.25); border-color: #00c853; transform: translateY(-5px); } @@ -317,7 +317,7 @@ html_content = """ } .card-sub { - color: #a0a0a0; + color: #ffffff; font-size: 0.85em; } @@ -348,7 +348,7 @@ html_content = """ } .trade-card { - background: rgba(255, 255, 255, 0.08); + background: rgba(255, 255, 255, 0.25); border-left: 4px solid #6c63ff; border-radius: 5px; padding: 15px; @@ -374,7 +374,7 @@ html_content = """ grid-template-columns: 1fr 1fr; gap: 10px; font-size: 0.85em; - color: #a0a0a0; + color: #ffffff; } .trade-info strong { @@ -404,7 +404,7 @@ html_content = """ } .stat-label { - color: #a0a0a0; + color: #ffffff; font-size: 0.8em; text-transform: uppercase; margin-bottom: 8px;