From b8df5d083f97ff9b4282f4697519716c7381f1b5 Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Wed, 15 Sep 2021 15:45:58 -0500 Subject: [PATCH] update v3 drop cap snippets to .page --- client/homebrew/editor/snippetbar/snippets/snippets.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/homebrew/editor/snippetbar/snippets/snippets.js b/client/homebrew/editor/snippetbar/snippets/snippets.js index 91260f396..b52c7f855 100644 --- a/client/homebrew/editor/snippetbar/snippets/snippets.js +++ b/client/homebrew/editor/snippetbar/snippets/snippets.js @@ -95,7 +95,7 @@ module.exports = [ name : 'Remove Drop Cap', icon : 'fas fa-remove-format', gen : dedent`/* Removes Drop Caps */ - .phb3 h1+p:first-letter { + .page h1+p:first-letter { all: unset; }\n\n` }, @@ -103,7 +103,7 @@ module.exports = [ name : 'Tweak Drop Cap', icon : 'fas fa-sliders-h', gen : dedent`/* Drop Cap settings */ - .phb3 h1 + p::first-letter { + .page h1 + p::first-letter { font-family: SolberaImitationRemake; font-size: 3.5cm; background: linear-gradient(-45deg, #322814, #998250, #322814);