feat: add json link to status page

This commit is contained in:
2026-04-09 20:01:55 +04:00
parent c847bdfdf8
commit abdcdfd7ca
2 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ main { max-width: 880px; margin: 0 auto; padding: 3rem 1.5rem; }
h1 { font-size: 1.75rem; font-weight: 700; margin: 0 0 0.5rem; }
.title-row { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.5rem; }
.title-row h1 { margin: 0; }
.rss-link { color: var(--muted); display: inline-flex; align-items: center; transition: color 0.15s; }
.json-link, .rss-link { color: var(--muted); display: inline-flex; align-items: center; transition: color 0.15s; }
.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; color: var(--overall-fg); font-weight: 600; font-size: 1rem; margin: 1.5rem 0 2rem; display: flex; align-items: center; gap: 0.75rem; }