mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +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',
|
||||
icon : 'fas fa-tint',
|
||||
gen : ['<style>',
|
||||
' .phb{ background : white;}',
|
||||
' .phb img{ display : none;}',
|
||||
' .phb hr+blockquote{background : white;}',
|
||||
' .pages *:is(.page,.monster,.note,.descriptive) {',
|
||||
' background:white !important;',
|
||||
' }',
|
||||
'</style>',
|
||||
''
|
||||
].join('\n')
|
||||
|
||||
Reference in New Issue
Block a user