mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 09:42:43 +00:00
Update Ink Friendly snippet for v3
updated the ink friendly snippet so that it points to elements like .monster rather than hr+blockquote. Goes further than original snippet by setting white background for monster, note, descriptive blocks. Did not update Legacy.
This commit is contained in:
@@ -319,9 +319,9 @@ module.exports = [
|
|||||||
name : 'Ink Friendly',
|
name : 'Ink Friendly',
|
||||||
icon : 'fas fa-tint',
|
icon : 'fas fa-tint',
|
||||||
gen : ['<style>',
|
gen : ['<style>',
|
||||||
' .phb{ background : white;}',
|
' .pages *:is(.page,.monster,.note,.descriptive) {',
|
||||||
' .phb img{ display : none;}',
|
' background:white !important;',
|
||||||
' .phb hr+blockquote{background : white;}',
|
' }',
|
||||||
'</style>',
|
'</style>',
|
||||||
''
|
''
|
||||||
].join('\n')
|
].join('\n')
|
||||||
|
|||||||
Reference in New Issue
Block a user