From 3217d779b3eaea12653cef8eb7a77bb638539b89 Mon Sep 17 00:00:00 2001 From: odysseus Date: Mon, 13 Jul 2026 15:16:24 +1000 Subject: [PATCH] constellation: key to the right edge (left clips on narrow heroes), bat-gloss swatch for core/services --- src/components/Constellation.astro | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/components/Constellation.astro b/src/components/Constellation.astro index 6b82993..57b8c12 100644 --- a/src/components/Constellation.astro +++ b/src/components/Constellation.astro @@ -143,14 +143,14 @@ elfastc - + - - nvidia compute - - intel compute - - core / services + + nvidia compute + + intel compute + + core / services @@ -231,6 +231,13 @@ } .cap--dim { fill: #5c6a82; font-size: 9px; } .cap--key { fill: #7e8ba1; font-size: 9px; } + /* gloss bat-black with a faint gold ring — the batcave swatch for core/services */ + .key--bat { + fill: #10131c; + stroke: rgba(245, 197, 24, 0.55); + stroke-width: 1; + filter: drop-shadow(0 0 4px rgba(245, 197, 24, 0.35)); + } /* radar ring off the hub */ .ring {