diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less index ac8fff139..1112ab769 100644 --- a/themes/5ePhb.style.less +++ b/themes/5ePhb.style.less @@ -526,7 +526,25 @@ body { h5{ margin-bottom : 10px; } + &.full{ + column-span : all; + --row-color : ; + &:after{ + content : '— Spell Slots per Spell Level —'; + font-weight : bold; + font-family : ScalySans; + position : absolute; + top : 20px; + right : 43px; + } + } + tbody tr:nth-child(odd) { + background : var(--row-color); + } } + + + //***************************** // * TABLE OF CONTENTS // *****************************/