diff --git a/.claude/skills/production-scan/report-template.html b/.claude/skills/production-scan/report-template.html index c8fb94b..77a1cb8 100644 --- a/.claude/skills/production-scan/report-template.html +++ b/.claude/skills/production-scan/report-template.html @@ -206,6 +206,17 @@ border-radius: 999px; padding: 9px 18px; transition: background .15s, border-color .15s; } .rc-share:hover { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.28); } .rc-share svg { opacity: .85; } + /* "Fix all now" — the primary action, accent-filled. */ + .rc-share-primary { color: #04120a; background: var(--color-accent, #80EE64); border-color: transparent; } + .rc-share-primary:hover { background: var(--color-accent, #80EE64); filter: brightness(1.08); border-color: transparent; } + .rc-share-primary svg { opacity: 1; } + /* Pulse the CTA when "Fix all now" scrolls the reader to it. */ + @keyframes rc-cta-pulse { + 0% { border-color: var(--color-accent, #80EE64); box-shadow: 0 0 0 0 rgba(128,238,100,0.45); } + 70% { border-color: var(--color-accent, #80EE64); box-shadow: 0 0 0 10px rgba(128,238,100,0); } + 100% { box-shadow: 0 0 0 0 rgba(128,238,100,0); } + } + .rc-cta-pulse { animation: rc-cta-pulse 1.3s ease-out 1; } @media (max-width: 560px) { .rc-breakdown { grid-template-columns: 1fr; } @@ -237,6 +248,10 @@ + @@ -262,7 +277,7 @@ {{MUSTFIX_BLOCK}} -