From 7200889d8cd9430e4f80b9293141369df0d3a828 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Tue, 17 May 2022 23:42:15 -0400 Subject: [PATCH] Restore recent snippet changes from after this PR --- themes/V3/5ePHB/snippets.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/V3/5ePHB/snippets.js b/themes/V3/5ePHB/snippets.js index 727e17359..cd0911c1b 100644 --- a/themes/V3/5ePHB/snippets.js +++ b/themes/V3/5ePHB/snippets.js @@ -98,7 +98,11 @@ module.exports = [ gen : dedent`/* Removes Drop Caps */ .page h1+p:first-letter { all: unset; - }\n\n` + }\n\n + /* Removes Small-Caps in first line */ + .page h1+p:first-line { + all: unset; + }` }, { name : 'Tweak Drop Cap',