diff --git a/themes/V3/5eDMG/style.less b/themes/V3/5eDMG/style.less index 50a3af0a3..95040f571 100644 --- a/themes/V3/5eDMG/style.less +++ b/themes/V3/5eDMG/style.less @@ -8,6 +8,18 @@ background-image : url(/assets/DMG_background.png); background-size : cover; + /*TABLES WITHIN NOTES*/ + .page .note table tbody tr:nth-child(odd) { + background:#fff; + } + + /*DROP CAP CHANGES*/ + .page h1 + p::first-letter { + background-image: unset; + color:black; + } + + &:after { background-image : url(/assets/DMG_footerAccent.png); height: 58px;