- Border width: 2px→1px for both callout and blockquote
- Blockquote padding: 2.5rem→1.25rem left, #spacing-4→#spacing-3 vertical
- Live preview callout: add padding-left: 0.75rem for border-text gap
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Split cm-line:has(.callout) from .callout in _active-visual-overrides
to prevent double left-border in live preview
- Reduce callout bg: 16%→12% (dark), 20%→14% (light)
- Add margin-right to .callout-icon for title spacing
- Increase blockquote padding: 2rem→2.5rem
- Use SCSS interpolation for spacing in padding shorthands
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Add --blockquote-border-color override in theme-dark/light to prevent
green border leak from _base.scss
- Increase callout background opacity: 5%→10% (dark), 6%→12% (light)
- Increase blockquote left padding: 1.5rem→2rem
- Fix callout-icon with flex-shrink:0 and inline-flex to prevent
::before pseudo-element from wrapping to second line
- Reduce icon font-size to 0.9em for better visual fit
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>