0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 07:12:39 +00:00

Merge pull request #1621 from naturalcrit/FixMonsterHangingIndentColor

Allows DL hanging indents in the mosnter stat block that are not red.
This commit is contained in:
Trevor Buckner
2021-08-30 13:41:45 -04:00
committed by GitHub

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{