diff --git a/client/homebrew/editor/snippetbar/snippets/snippets.js b/client/homebrew/editor/snippetbar/snippets/snippets.js index 4eeac4e00..15fc5ba14 100644 --- a/client/homebrew/editor/snippetbar/snippets/snippets.js +++ b/client/homebrew/editor/snippetbar/snippets/snippets.js @@ -106,7 +106,7 @@ module.exports = [ .page h1 + p::first-letter { font-family: SolberaImitationRemake; font-size: 3.5cm; - background: linear-gradient(-45deg, #322814, #998250, #322814); + background-image: linear-gradient(-45deg, #322814, #998250, #322814); line-height: 1em; }\n\n` }, diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less index 69c952659..607a13cca 100644 --- a/themes/5ePhb.style.less +++ b/themes/5ePhb.style.less @@ -146,10 +146,10 @@ body { font-size : 3.5cm; padding-left : 40px; //Allow background color to extend into margins margin-left : -40px; - margin-top :-0.3cm; - padding-bottom :2px; - margin-bottom :-20px; - background : linear-gradient(-45deg, #322814, #998250, #322814); + margin-top : -0.3cm; + padding-bottom : 2px; + margin-bottom : -20px; + background-image : linear-gradient(-45deg, #322814, #998250, #322814); background-clip : text; -webkit-background-clip : text; color : rgba(0, 0, 0, 0);