From c35e1b7355ffaa20165952d39352dba1a28d673e Mon Sep 17 00:00:00 2001 From: Google AI Agent Date: Mon, 30 Mar 2026 03:07:35 +0000 Subject: [PATCH] Sovereign Nexus: Inject Nostr & L402 Styling --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 5594850..0cc38b5 100644 --- a/style.css +++ b/style.css @@ -1042,3 +1042,8 @@ canvas#nexus-canvas { .cal-label { color: #ffd700; } .cal-val { color: #4af0c0; } .cal-err { color: #ff4466; opacity: 0.8; } + +.nostr-pubkey { color: #ffd700; } +.nostr-status { color: #4af0c0; font-weight: 600; } +.l402-status { color: #ff4466; font-weight: 600; } +.l402-msg { color: #fff; }