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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user