From 2de7ec358542269097022b527cdce197f607ee4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Tue, 3 Oct 2023 17:08:46 +0200 Subject: [PATCH] Initial Commit --- themes/V3/5ePHB/style.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/V3/5ePHB/style.less b/themes/V3/5ePHB/style.less index f37dfae2b..ea2b14177 100644 --- a/themes/V3/5ePHB/style.less +++ b/themes/V3/5ePHB/style.less @@ -424,7 +424,10 @@ body { counter-reset : phb-page-numbers; } } //Attribute Lists - All text between HRs is red - hr ~ :is(dl,p) { color : var(--HB_Color_HeaderText); } + hr ~ :is(dl,p) { + color : var(--HB_Color_HeaderText); + text-indent: 0; + } hr:last-of-type { & ~ :is(dl,p) { color : inherit; // After the HRs, reset text to black