From 4eebefb691c153d495319090a3bdfc7d95ba776b Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Wed, 13 May 2026 22:21:09 +0200 Subject: [PATCH] fix docul separator alignment --- copyparty/web/browser.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index e83f0b07..28f808fd 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -2510,8 +2510,9 @@ input[type="text"].invalid { padding: .5em; } #docul li.bn span { - font-weight: bold; - color: var(--fg-max); + color: var(--fg-weak); + vertical-align: center; + text-shadow: none; } #doc.prism { padding-left: 3em;