improve admin overview

This commit is contained in:
tdurieux
2026-05-11 12:23:24 +03:00
parent afd9f36cfb
commit 9b6c8dbe62
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
"core.min.js": "core.3db744fc07.min.js",
"vendor.min.js": "vendor.09f02f70c0.min.js",
"mermaid.min.js": "mermaid.f848a72d16.min.js",
"all.min.css": "all.4c26d8bfc7.min.css"
"all.min.css": "all.1a9babcb45.min.css"
}
+1 -1
View File
File diff suppressed because one or more lines are too long
+7 -1
View File
@@ -5963,6 +5963,12 @@ body {
color: var(--ink-muted);
margin-top: 5px;
}
.dark-mode .overview-page .ov-daily-card {
background: var(--paper-card);
}
.dark-mode .overview-page .ov-daily-value {
color: #A7B2FF;
}
/* ── Chart cards ─────────────────────────────────────────────── */
.overview-page .ov-chart-row {
@@ -6047,7 +6053,7 @@ body {
padding: 6px 8px;
border-radius: 6px;
background: var(--color);
color: var(--background-color);
color: var(--canvas-bg-color);
font-family: var(--font-mono);
font-size: 0.68rem;
line-height: 1;