mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-14 22:28:04 +02:00
improve admin overview
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user