From c847bdfdf876b8763c45db320835a9f59273b653 Mon Sep 17 00:00:00 2001 From: nate Date: Thu, 9 Apr 2026 19:38:23 +0400 Subject: [PATCH] update: status 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 fbb0edc..eb37151 100644 --- a/apps/status/src/static/app.css +++ b/apps/status/src/static/app.css @@ -138,6 +138,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 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; } -footer { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--border); color: var(--muted); font-size: 0.8rem; text-align: center; } +footer { padding-top: 2rem; border-top: 1px solid var(--border); color: var(--muted); font-size: 0.8rem; text-align: center; } a { color: var(--accent); text-decoration: none; } a:hover { text-decoration: underline; }