You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: rebrand to OpenCoven palette per brand requirements
Switches docs/src/style.css from the comux-inspired pink with
gradients/glow/blur to the OpenCoven brand system (source of
truth: github.com/OpenCoven/brand/DESIGN.md):
- Violet spectrum: #9A8ECD primary / #b8afdc light / #6a5fa0 dim
- Surfaces: #080808 / #0f0f0f / #141414 / #1a1a1a
- Borders: rgba(255,255,255,X) low-alpha whites
Strips effects the brand explicitly forbids:
- All radial / linear color gradients (body bg, hero ::before/
::after, scanlines, hero-manual card)
- All glow box-shadows (hero buttons, hero-manual, hover states)
- The hero logo drop-shadow filter
- backdrop-filter: blur on the hero quickstart panel
- hover -translate-y micro-bounces
Hover states now change border-color and text color only, per
brand. Hero JS markup also trimmed of the inline Tailwind shadow
/ drop-shadow utilities so the rendered HTML matches.
Placeholder SVG assets (favicon, coven.svg, og.svg) updated to
the violet palette so they don't clash. The full official logo
at OpenCoven/brand/logo/opencoven-white.svg is a 572KB detailed
mark; swapping it in is a follow-up if you want the canonical
sigil in the hero.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments