diff --git a/app/templates/dashboard/index.html b/app/templates/dashboard/index.html index 9500640..b7ee510 100644 --- a/app/templates/dashboard/index.html +++ b/app/templates/dashboard/index.html @@ -3,7 +3,7 @@ {% block page_title %}Dashboard{% endblock %} {% block extra_css %} -.fx-card { background: #0f172a; border-color: #1e293b; color: #f1f5f9; cursor: pointer; transition: all .2s; } +.fx-card { background: #eff6ff; border-color: #bfdbfe; color: #0f172a; cursor: pointer; transition: all .2s; } .fx-card:hover { border-color: #3b82f6 !important; } .period-btn.active { background: #3b82f6; color: #fff; border-color: #3b82f6; } @keyframes spin { to { transform: rotate(360deg); } } @@ -122,16 +122,16 @@