Commit graph

8 commits

Author SHA1 Message Date
Darkings
86d51c028b fix: reduce border 2px→1px, blockquote padding 2.5rem→1.25rem, lp callout gap
- 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>
2026-05-08 10:10:14 +08:00
Darkings
198f12a07d fix: separate cm-line callout selectors, reduce bg opacity, add icon margin
- 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>
2026-05-08 10:02:35 +08:00
Darkings
b1d36bf0cc fix: blockquote padding via cm-line, callout bg 16%/20%, icon nowrap
- Blockquote: apply padding-inline-start on .cm-line child instead of
  .HyperMD-quote parent (Obsidian resets parent padding)
- Callout background: 10%→16% (dark), 12%→20% (light) for visibility
- Callout icon: remove fixed width/height, use display:inline +
  white-space:nowrap to prevent #[i] wrapping to two lines

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-08 09:46:07 +08:00
Darkings
5e557e840e fix: blockquote dual-color border, callout bg visibility, icon layout
- 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>
2026-05-08 09:36:09 +08:00
Darkings
2f5c1983e2 feat: redesign callout — semantic left border, micro-tinted bg, code-symbol icons
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-08 09:22:51 +08:00
Darkings
028ea8e18c feat: redesign blockquote — warm gold border, no background, both views
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-08 09:10:56 +08:00
Darkings
a822c55498 feat: add Monokai Pro callout & blockquote CSS custom properties
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-08 09:05:42 +08:00
Darkings
fe4dc7faf8 Initial commit: Monokai Syntax Obsidian theme
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-08 08:57:12 +08:00