Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/web_dashboard.py
This commit is contained in:
parent
43015dcb42
commit
b3a681861b
Binary file not shown.
|
|
@ -296,7 +296,7 @@ html_content = """
|
||||||
}
|
}
|
||||||
|
|
||||||
.card:hover {
|
.card:hover {
|
||||||
background: rgba(255, 255, 255, 0.15);
|
background: rgba(255, 255, 255, 0.25);
|
||||||
border-color: #00c853;
|
border-color: #00c853;
|
||||||
transform: translateY(-5px);
|
transform: translateY(-5px);
|
||||||
}
|
}
|
||||||
|
|
@ -317,7 +317,7 @@ html_content = """
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-sub {
|
.card-sub {
|
||||||
color: #a0a0a0;
|
color: #ffffff;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -348,7 +348,7 @@ html_content = """
|
||||||
}
|
}
|
||||||
|
|
||||||
.trade-card {
|
.trade-card {
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.25);
|
||||||
border-left: 4px solid #6c63ff;
|
border-left: 4px solid #6c63ff;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
|
@ -374,7 +374,7 @@ html_content = """
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
color: #a0a0a0;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.trade-info strong {
|
.trade-info strong {
|
||||||
|
|
@ -404,7 +404,7 @@ html_content = """
|
||||||
}
|
}
|
||||||
|
|
||||||
.stat-label {
|
.stat-label {
|
||||||
color: #a0a0a0;
|
color: #ffffff;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue