다크 모드 인용문 텍스트 색상 수정

This commit is contained in:
2026-06-09 14:09:16 +09:00
parent f7f09ba3aa
commit b69039c7ff
7 changed files with 19 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ const backgroundClass = computed(() => {
class="prose-blockquote mb-5 text-[15px] leading-8"
:class="variant === 'alt'
? 'rounded-[14px] border border-[var(--site-line)] bg-[var(--site-panel)] px-6 py-5 italic text-[var(--site-text)]'
: ['border-l-[3px] bg-transparent py-1 pl-5 pr-0 font-normal text-[#15171a]', backgroundClass]"
: ['border-l-[3px] bg-transparent py-1 pl-5 pr-0 font-normal text-[var(--site-text)]', backgroundClass]"
>
<span class="block whitespace-pre-line">
<slot />