mirror of
https://github.com/darkings/Obsidian-MonokaiSyntax.git
synced 2026-07-22 04:40:26 +00:00
fix: use palette variable references for blockquote border colors
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
5792f98b87
commit
ad9da4ac23
1 changed files with 4 additions and 3 deletions
|
|
@ -38,6 +38,10 @@ $color-light-cyan: #14748a;
|
|||
$color-light-cyan-soft: #1ba5bf;
|
||||
$color-light-purple: #7058be;
|
||||
$color-light-purple-soft: #7358cf;
|
||||
|
||||
$color-dark-blockquote-border: $color-dark-yellow;
|
||||
$color-light-blockquote-border: $color-light-yellow;
|
||||
|
||||
$font-text-theme: "Inter", "Segoe UI", "Helvetica Neue", "Arial", sans-serif;
|
||||
$font-monospace-theme: "Fira Code", "Cascadia Code", "Consolas", monospace;
|
||||
$line-height-normal: 1.6;
|
||||
|
|
@ -47,6 +51,3 @@ $spacing-1: 0.25rem;
|
|||
$spacing-2: 0.5rem;
|
||||
$spacing-3: 0.75rem;
|
||||
$spacing-4: 1rem;
|
||||
|
||||
$color-dark-blockquote-border: #e6db74;
|
||||
$color-light-blockquote-border: #cc7a0a;
|
||||
|
|
|
|||
Loading…
Reference in a new issue