0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 20:03:03 +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 { dl {
color : @headerText; color : @headerText;
} }
hr:last-of-type~dl{
color : inherit; // After the HRs, hanging indents remain black.
}
// Monster Ability table // Monster Ability table
hr + table:first-of-type{ hr + table:first-of-type{