mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 02:52:38 +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:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user