diff --git a/static/dashboard.css b/static/dashboard.css index f6be04f..dbb9601 100644 --- a/static/dashboard.css +++ b/static/dashboard.css @@ -15,8 +15,8 @@ h2 { color: #ffffff; margin: 20px 0 10px; font-size: 14px; text-transform: upper border-radius: 8px; padding: 15px; } -.stat-value { font-size: 32px; font-weight: bold; color: #ffffff; } -.stat-label { font-size: 12px; color: #ffffff; text-transform: uppercase; } +.stat-value { font-weight: bold; color: #ffffff; } +.stat-label { color: #888; text-transform: uppercase; } .stat-row { display: flex; justify-content: space-between; padding: 5px 0; border-bottom: 1px solid #202020; color: #ffffff; } .stat-row:last-child { border-bottom: none; } .progress-bar { diff --git a/templates.go b/templates.go index 542e802..5f6f2e2 100644 --- a/templates.go +++ b/templates.go @@ -534,7 +534,7 @@ const dashboardHTML = `
-
v56
+
v57
Last updated: {{.UpdatedAt.Format "2006-01-02 15:04:05"}}