diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less index a057fbabb..0c24e7b76 100644 --- a/themes/5ePhb.style.less +++ b/themes/5ePhb.style.less @@ -362,6 +362,9 @@ body { dl { color : @headerText; } + hr:last-of-type~dl{ + color : inherit; // After the HRs, hanging indents remain black. + } // Monster Ability table hr + table:first-of-type{