diff --git a/index.html b/index.html index 96f7bad..37ceb8d 100644 --- a/index.html +++ b/index.html @@ -177,9 +177,27 @@ color: var(--accent-2); } + .noc-stack-bar a { + color: var(--accent-2); + text-decoration: none; + } + + .noc-stack-bar a:hover { + text-decoration: underline; + } + + /* Grafana CTA button row */ + .noc-cta-row { + display: flex; + gap: 0.75rem; + flex-wrap: wrap; + margin-bottom: 1.25rem; + } + @media (max-width: 620px) { .layer-tabs { gap: 0.4rem; } .layer-tab { font-size: 0.7rem; padding: 0.3rem 0.65rem; } + .noc-cta-row { flex-direction: column; } } @@ -224,6 +242,20 @@ Not simulated. Not a demo. Running hardware.

+ +
+ + 📊 View Live Grafana Dashboard → + + + View Observability Stack + +
+