0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 13:22:40 +00:00

Revert dropcap background to background-image

Changing to just `background` undoes `background-clip` as well. This is more explicit.
This commit is contained in:
Trevor Buckner
2021-09-21 23:31:08 -04:00
parent 3c1ecf1292
commit eb7340434e
2 changed files with 5 additions and 5 deletions

View File

@@ -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`
},