Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/web_dashboard.py

This commit is contained in:
Marc Blatter 2026-07-04 14:35:46 +02:00
parent 43015dcb42
commit b3a681861b
2 changed files with 5 additions and 5 deletions

View File

@ -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;