update css
This commit is contained in:
parent
69fd4467ff
commit
4f85f81ee8
|
|
@ -41,7 +41,7 @@ h1 { font-size: 1.75rem; font-weight: 700; margin: 0 0 0.5rem; }
|
||||||
.json-link:hover { color: #60a5fa; }
|
.json-link:hover { color: #60a5fa; }
|
||||||
.rss-link:hover { color: #f59e0b; }
|
.rss-link:hover { color: #f59e0b; }
|
||||||
.muted { color: var(--muted); font-size: 0.875rem; }
|
.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; }
|
.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; } }
|
@keyframes pulse-dot { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
|
||||||
/* Group sections - styled like monitor cards */
|
/* Group sections - styled like monitor cards */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue