style: make prose horizontal rules more subtle in dark theme
All checks were successful
Deploy Theme / deploy (push) Successful in 14s

This commit is contained in:
2026-02-20 10:06:03 +01:00
parent 056c68dbc0
commit 5220230e67

View File

@@ -123,6 +123,7 @@
--tw-prose-bold: var(--text-primary); --tw-prose-bold: var(--text-primary);
--tw-prose-counters: var(--text-secondary); --tw-prose-counters: var(--text-secondary);
--tw-prose-bullets: var(--brand-primary); --tw-prose-bullets: var(--brand-primary);
--tw-prose-hr: var(--bg-tertiary);
--tw-prose-quotes: var(--text-primary); --tw-prose-quotes: var(--text-primary);
--tw-prose-quote-borders: var(--brand-primary); --tw-prose-quote-borders: var(--brand-primary);
--tw-prose-captions: var(--text-secondary); --tw-prose-captions: var(--text-secondary);