From 5220230e672cf612ed60d5e0f26806a7aec3f1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Fri, 20 Feb 2026 10:06:03 +0100 Subject: [PATCH] style: make prose horizontal rules more subtle in dark theme --- assets/css/tailwind.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 5b74080..83506a0 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -123,6 +123,7 @@ --tw-prose-bold: var(--text-primary); --tw-prose-counters: var(--text-secondary); --tw-prose-bullets: var(--brand-primary); + --tw-prose-hr: var(--bg-tertiary); --tw-prose-quotes: var(--text-primary); --tw-prose-quote-borders: var(--brand-primary); --tw-prose-captions: var(--text-secondary);