[object Object]

← back to Macstudio1 Dashboard

fix: render footer link as real anchor + define missing CSS vars (--metal-glow, --ink-mute)

5ba78ec36d71084a47522018983233f38626aa58 · 2026-05-18 20:09:18 -0700 · SteveStudio2

Files touched

Diff

commit 5ba78ec36d71084a47522018983233f38626aa58
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Mon May 18 20:09:18 2026 -0700

    fix: render footer link as real anchor + define missing CSS vars (--metal-glow, --ink-mute)
---
 public/index.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 2fbf370..6ebb590 100644
--- a/public/index.html
+++ b/public/index.html
@@ -23,6 +23,8 @@
   --leather-light: #7d4a30;
   --black: #15110d;
   --gold: #d4b683;
+  --metal-glow: #7fe3e9; /* bright chrome-turquoise — gauge/log highlight + BOOST border */
+  --ink-mute: #8a8576;   /* muted parchment grey — unparsed raw log lines */
 }
 
 * { box-sizing: border-box; }
@@ -740,7 +742,7 @@ footer a { color: var(--gold); text-decoration: none; }
 </main>
 
 <footer>
-  Mac Studio 1 · Sherman Oaks · &lt;a href="http://localhost:9930"&gt;localhost:9930&lt;/a&gt; ·
+  Mac Studio 1 · Sherman Oaks · <a href="http://localhost:9930" rel="noopener noreferrer">localhost:9930</a> ·
   polling /api/status every 1.2 s
 </footer>
 

← 1f0cb86 chore: complete .gitignore with tmp/.DS_Store/dist/build/.ne  ·  back to Macstudio1 Dashboard  ·  (newest)