SinachPatandClaude Sonnet 4.6 ddbb505b23 fix: resolve button text invisible bug — CSS specificity collision
.mkt-root a { color: inherit } had higher specificity than .mkt-btn-primary
{ color: var(--bg) }, causing all Link-based buttons to inherit body text
color (#0A0A0A in light mode) instead of the intended inverted color.

- Split anchor reset: text-decoration applies to all <a>, color:inherit only
  to non-.mkt-btn anchors via :not(.mkt-btn) selector
- Switch .mkt-btn-primary text color to var(--fg-inv) which is always
  guaranteed to contrast against a var(--fg) background in both themes
  (rgba(255,255,255,0.92) in light, #09090B in dark)
- Fix CSS token violations: nav background, shadows, border-radius, mono font

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-04 13:32:12 +01:00
2026-05-04 12:30:56 +01:00
2026-04-23 09:39:01 +01:00
2026-05-03 20:34:18 +01:00
2026-05-04 12:30:56 +01:00
2026-04-26 21:33:59 +01:00
2026-04-23 09:39:01 +01:00
2026-04-30 16:47:26 +01:00
2026-04-23 04:20:14 +01:00
2026-04-23 04:20:14 +01:00
2026-04-23 04:20:14 +01:00
2026-04-23 04:20:14 +01:00
2026-04-23 04:20:14 +01:00
2026-05-04 12:30:56 +01:00
2026-05-04 12:30:56 +01:00
2026-04-23 09:39:01 +01:00
2026-04-29 12:09:18 +01:00
2026-04-23 10:07:07 +01:00
2026-04-23 09:39:01 +01:00
S
Description
The Agentic WordPress Management Platform. Just describe what you want. Wursor does the rest.
1.9 MiB
Languages
TypeScript 82.8%
PHP 10.2%
CSS 6.2%
HTML 0.4%
Shell 0.4%