From bf1b608d9634940a7e8908a9bf0904a0ecc1e6c5 Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 15 Oct 2025 11:44:04 +0200 Subject: [PATCH] style: increase horizontal divider opacity for better visibility --- src/styles/components/reader.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/reader.css b/src/styles/components/reader.css index 0bf5ec1f..c79230dd 100644 --- a/src/styles/components/reader.css +++ b/src/styles/components/reader.css @@ -132,7 +132,7 @@ .reader-markdown hr, .reader-html hr { border: none; border-top: 1px solid var(--color-border); - opacity: 0.3; + opacity: 0.5; margin: 2.5rem 0; } .reader-markdown a { color: var(--color-primary); text-decoration: none; }