working base dash
This commit is contained in:
@@ -287,19 +287,23 @@ body {
|
||||
background: var(--s-800);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 10px;
|
||||
padding: 18px 20px;
|
||||
padding: 12px 16px;
|
||||
border-top: 2px solid transparent;
|
||||
transition: border-color 0.2s;
|
||||
transition: border-color 0.2s, background 0.15s;
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
a.stat-card:hover { background: var(--s-700); cursor: pointer; }
|
||||
|
||||
.stat-card--threat { border-top-color: var(--threat); }
|
||||
.stat-card--warn { border-top-color: var(--warn); }
|
||||
.stat-card--accent { border-top-color: var(--accent); }
|
||||
.stat-card--safe { border-top-color: var(--safe); }
|
||||
|
||||
.stat-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 6px; }
|
||||
.stat-value { font-family: 'JetBrains Mono', monospace; font-size: 32px; font-weight: 600; line-height: 1; color: #e6edf3; margin-bottom: 4px; }
|
||||
.stat-sub { font-size: 11px; color: var(--muted); }
|
||||
.stat-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 4px; }
|
||||
.stat-value { font-family: 'JetBrains Mono', monospace; font-size: 26px; font-weight: 600; line-height: 1; color: #e6edf3; margin-bottom: 2px; }
|
||||
.stat-sub { font-size: 10px; color: var(--muted); }
|
||||
|
||||
/* ---------------------------------------------------------------
|
||||
Panels
|
||||
|
||||
Reference in New Issue
Block a user