From b3a681861bdb194bf3282127ea527d8d7c03f8f2 Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Sat, 4 Jul 2026 14:35:46 +0200 Subject: [PATCH] Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/web_dashboard.py --- src/__pycache__/web_dashboard.cpython-310.pyc | Bin 20246 -> 20246 bytes src/web_dashboard.py | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/__pycache__/web_dashboard.cpython-310.pyc b/src/__pycache__/web_dashboard.cpython-310.pyc index 0b2ad021aba0f04c1f9966e21306bc026279a43e..6241db75e82f54d181ac1483bbcb7f84ac3b31e5 100644 GIT binary patch delta 101 zcmbO>k8#>OMy`BbUM>b8;QhCet3-;)$aHd{r0C|UQV$tf(tu#HfVAx7S&Dpk8#>OMy`BbUM>b82>r8>t3-;)&~$R4r0C|UQV$u~5)D9bvZ93W=6;#=OiTtA zAi2p23ap!>3TUK=P MYE{n7MygLV0kudZ=Kufz 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;