From 781a646a456cc5ee1dcacaab117946510a522695 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 12 Feb 2026 21:40:23 +0000 Subject: [PATCH] fix(kind-1111): use muted style for external link rows Match the muted-foreground + dotted underline style used by other scope rows instead of accent color. https://claude.ai/code/session_01Dxedi6VWdZG8nFpba211oR --- src/components/nostr/kinds/Kind1111Renderer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/nostr/kinds/Kind1111Renderer.tsx b/src/components/nostr/kinds/Kind1111Renderer.tsx index fa0a1d6..27a2a3e 100644 --- a/src/components/nostr/kinds/Kind1111Renderer.tsx +++ b/src/components/nostr/kinds/Kind1111Renderer.tsx @@ -91,7 +91,7 @@ function ScopeRow({ href={href} target="_blank" rel="noopener noreferrer" - className={`${base} text-accent hover:underline hover:decoration-dotted`} + className={`${base} text-muted-foreground underline decoration-dotted hover:text-foreground transition-colors`} > {children}