0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Allows DL hanging indents in the mosnter stat block that are not red.

This commit is contained in:
Trevor Buckner
2021-08-30 13:40:43 -04:00
parent ac8ef4608a
commit 03eef94232

View File

@@ -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{