Skip to content

Commit 9b6c8db

Browse files
committed
improve admin overview
1 parent afd9f36 commit 9b6c8db

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

public/asset-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"core.min.js": "core.3db744fc07.min.js",
33
"vendor.min.js": "vendor.09f02f70c0.min.js",
44
"mermaid.min.js": "mermaid.f848a72d16.min.js",
5-
"all.min.css": "all.4c26d8bfc7.min.css"
5+
"all.min.css": "all.1a9babcb45.min.css"
66
}

public/css/all.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5963,6 +5963,12 @@ body {
59635963
color: var(--ink-muted);
59645964
margin-top: 5px;
59655965
}
5966+
.dark-mode .overview-page .ov-daily-card {
5967+
background: var(--paper-card);
5968+
}
5969+
.dark-mode .overview-page .ov-daily-value {
5970+
color: #A7B2FF;
5971+
}
59665972

59675973
/* ── Chart cards ─────────────────────────────────────────────── */
59685974
.overview-page .ov-chart-row {
@@ -6047,7 +6053,7 @@ body {
60476053
padding: 6px 8px;
60486054
border-radius: 6px;
60496055
background: var(--color);
6050-
color: var(--background-color);
6056+
color: var(--canvas-bg-color);
60516057
font-family: var(--font-mono);
60526058
font-size: 0.68rem;
60536059
line-height: 1;

0 commit comments

Comments
 (0)