diff --git a/Pendragon6thEdition/pendragon.css b/Pendragon6thEdition/pendragon.css index c1692bf758..a5953beff0 100644 --- a/Pendragon6thEdition/pendragon.css +++ b/Pendragon6thEdition/pendragon.css @@ -463,8 +463,12 @@ div.sheet-character div.sheet-characteristics div.sheet-attacks div.sheet-table div.sheet-character div.sheet-characteristics div.sheet-attacks div.sheet-table div.sheet-header div.sheet-damage { grid-column: 4/6; } -div.sheet-character div.sheet-characteristics div.sheet-attacks div.sheet-brawling div.sheet-row { - grid-template-columns: 2fr 1fr 3em 5em 2.5em; } +div.sheet-character div.sheet-characteristics div.sheet-attacks div.sheet-brawling { + background-color: #e5dbd4; } + div.sheet-character div.sheet-characteristics div.sheet-attacks div.sheet-brawling div:nth-of-type(even) { + background-color: #baa595; } + div.sheet-character div.sheet-characteristics div.sheet-attacks div.sheet-brawling div.sheet-row { + grid-template-columns: 2fr 1fr 3em 5em 2.5em; } div.sheet-character div.sheet-characteristics div.sheet-attacks div.sheet-repeating-container div.sheet-row { grid-template-columns: 2fr 1fr 3em 5em 2.5em; } diff --git a/Pendragon6thEdition/pendragon.html b/Pendragon6thEdition/pendragon.html index 2ddb12463a..3110b105d8 100644 --- a/Pendragon6thEdition/pendragon.html +++ b/Pendragon6thEdition/pendragon.html @@ -1,4 +1,4 @@ -

