diff --git a/themes/V3/5eDMG/style.less b/themes/V3/5eDMG/style.less index 92820f9d5..2ced98312 100644 --- a/themes/V3/5eDMG/style.less +++ b/themes/V3/5eDMG/style.less @@ -10,6 +10,17 @@ background-image : url(/assets/DMG_background.png); background-size : cover; + /*TABLES WITHIN NOTES*/ + .note table tbody tr:nth-child(odd) { + background:#fff; + } + + /*DROP CAP*/ + h1 + p::first-letter { + background-image: unset; + color:black; + } + .quote p:first-child::first-line { all: unset; } @@ -29,4 +40,4 @@ .partCover { background-image: @partCoverHeaderDMG; } -} \ No newline at end of file +}