From 963236f961bc8cbdd44a2fd2b6ad8208d6b1034d Mon Sep 17 00:00:00 2001 From: Victor Losada Hernandez Date: Sun, 23 Apr 2023 15:11:29 +0200 Subject: [PATCH] tables within notes & drop caps --- themes/V3/5eDMG/style.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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;