mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-11 07:56:50 +02:00
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
This commit is contained in:
@@ -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}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user