0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 10:12:41 +00:00

Fix v3 snippet

This commit is contained in:
Trevor Buckner
2021-03-20 23:48:55 -04:00
parent 712824d8a6
commit 089414c9ff

View File

@@ -81,7 +81,7 @@ module.exports = [
name : 'Remove Drop Cap', name : 'Remove Drop Cap',
icon : 'fas fa-remove-format', icon : 'fas fa-remove-format',
gen : '<style>\n' + gen : '<style>\n' +
' .phb h1+p:first-letter {\n' + ' .phb3 h1+p:first-letter {\n' +
' all: unset;\n' + ' all: unset;\n' +
' }\n' + ' }\n' +
'</style>' '</style>'
@@ -91,10 +91,10 @@ module.exports = [
icon : 'fas fa-sliders-h', icon : 'fas fa-sliders-h',
gen : '<style>\n' + gen : '<style>\n' +
' /* Drop Cap settings */\n' + ' /* Drop Cap settings */\n' +
' .phb h1 + p::first-letter {\n' + ' .phb3 h1 + p::first-letter {\n' +
' float: left;\n' + ' float: left;\n' +
' font-family: Solberry;\n' + ' font-family: SolberaImitationRemake;\n' +
' font-size: 10em;\n' + ' font-size: 3.5cm;\n' +
' color: #222;\n' + ' color: #222;\n' +
' line-height: .8em;\n' + ' line-height: .8em;\n' +
' }\n' + ' }\n' +