update css

This commit is contained in:
nate 2026-04-10 03:18:22 +04:00
parent 9cb4a1db3d
commit 04153f2287
1 changed files with 7 additions and 1 deletions

View File

@ -65,6 +65,12 @@ h1 { font-size: 1.75rem; font-weight: 700; margin: 0 0 0.5rem; }
.monitor-name .dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; } .monitor-name .dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.monitor-name .name { font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .monitor-name .name { font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.monitor-meta { display: flex; gap: 1rem; align-items: center; font-size: 0.85rem; color: var(--muted); } .monitor-meta { display: flex; gap: 1rem; align-items: center; font-size: 0.85rem; color: var(--muted); }
.group-body .monitor {
border: unset;
border-radius: unset;
}
.uptime-pct { font-variant-numeric: tabular-nums; font-weight: 600; color: var(--fg); display: inline-block; width: 5.5ch; text-align: right; } .uptime-pct { font-variant-numeric: tabular-nums; font-weight: 600; color: var(--fg); display: inline-block; width: 5.5ch; text-align: right; }
.uptime-pct.good { color: var(--bar-up); } .uptime-pct.good { color: var(--bar-up); }
.uptime-pct.warn { color: var(--bar-partial); } .uptime-pct.warn { color: var(--bar-partial); }
@ -142,6 +148,6 @@ h1 { font-size: 1.75rem; font-weight: 700; margin: 0 0 0.5rem; }
.past-update-body p { display: inline; margin: 0; } .past-update-body p { display: inline; margin: 0; }
.past-update-body code { background: var(--bg); padding: 0.05em 0.3em; border-radius: 3px; font-size: 0.85em; } .past-update-body code { background: var(--bg); padding: 0.05em 0.3em; border-radius: 3px; font-size: 0.85em; }
.past-update-time { color: var(--muted); font-size: 0.7rem; margin-top: 0.15rem; } .past-update-time { color: var(--muted); font-size: 0.7rem; margin-top: 0.15rem; }
footer { padding-top: 2rem; border-top: 1px solid var(--border); color: var(--muted); font-size: 0.8rem; text-align: center; } footer { padding-top: 2rem; color: var(--muted); font-size: 0.8rem; text-align: center; }
a { color: var(--accent); text-decoration: none; } a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; } a:hover { text-decoration: underline; }