mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 03:42:38 +00:00
Fix v3 snippet
This commit is contained in:
@@ -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' +
|
||||||
|
|||||||
Reference in New Issue
Block a user