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