From 4f85f81ee8c5ccf5b7d04f4c402d038f9f906df3 Mon Sep 17 00:00:00 2001 From: nate Date: Fri, 10 Apr 2026 03:25:53 +0400 Subject: [PATCH] update css --- apps/status/src/static/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/status/src/static/app.css b/apps/status/src/static/app.css index 72f6b7c..5d70871 100644 --- a/apps/status/src/static/app.css +++ b/apps/status/src/static/app.css @@ -41,7 +41,7 @@ h1 { font-size: 1.75rem; font-weight: 700; margin: 0 0 0.5rem; } .json-link:hover { color: #60a5fa; } .rss-link:hover { color: #f59e0b; } .muted { color: var(--muted); font-size: 0.875rem; } -.overall { padding: 1rem 1.25rem; border-radius: 10px; font-weight: 600; font-size: 1rem; margin: 1.5rem 0 2rem; display: flex; align-items: center; gap: 0.75rem; border: 1px solid; } +.overall { padding: 1rem 1.25rem; border-radius: 10px; font-weight: 600; font-size: 1rem; margin: 1.5rem 0rem 1rem 0rem; display: flex; align-items: center; gap: 0.75rem; border: 1px solid; } .overall .dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; animation: pulse-dot 2s ease-in-out infinite; } @keyframes pulse-dot { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } } /* Group sections - styled like monitor cards */