mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-18 01:22:43 +00:00
Add 'Tweak Drop Cap' with default settings to allow users to tweak the drop cap as desired
This commit is contained in:
@@ -86,6 +86,20 @@ module.exports = [
|
|||||||
' }\n' +
|
' }\n' +
|
||||||
'</style>'
|
'</style>'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name : 'Tweak Drop Cap',
|
||||||
|
icon : 'fas fa-sliders-h',
|
||||||
|
gen : '<style>\n' +
|
||||||
|
' /* Drop Cap settings */\n' +
|
||||||
|
' .phb h1 + p::first-letter {\n' +
|
||||||
|
' float: left;\n' +
|
||||||
|
' font-family: Solberry;\n' +
|
||||||
|
' font-size: 10em;\n' +
|
||||||
|
' color: #222;\n' +
|
||||||
|
' line-height: .8em;\n' +
|
||||||
|
' }\n' +
|
||||||
|
'</style>'
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -86,6 +86,20 @@ module.exports = [
|
|||||||
' }\n' +
|
' }\n' +
|
||||||
'</style>'
|
'</style>'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name : 'Tweak Drop Cap',
|
||||||
|
icon : 'fas fa-sliders-h',
|
||||||
|
gen : '<style>\n' +
|
||||||
|
' /* Drop Cap settings */\n' +
|
||||||
|
' .phb h1 + p::first-letter {\n' +
|
||||||
|
' float: left;\n' +
|
||||||
|
' font-family: Solberry;\n' +
|
||||||
|
' font-size: 10em;\n' +
|
||||||
|
' color: #222;\n' +
|
||||||
|
' line-height: .8em;\n' +
|
||||||
|
' }\n' +
|
||||||
|
'</style>'
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user