From 9530d3a6d8ad24d68bf35fcf396a8c9edeeb6df3 Mon Sep 17 00:00:00 2001 From: oobabooga Date: Sun, 21 Dec 2025 15:30:54 -0300 Subject: [PATCH] UI: Improve hr (horizontal separator) style --- css/html_instruct_style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index 6dee0a89..5a0338a5 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -27,6 +27,10 @@ border-color: #ffffff75 !important; } +.dark .prose hr { + border-color: #ffffff75 !important; +} + .chat .message-body :is(p, ul, ol) { margin: 1.25em 0 !important; }