0
0
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:
Gazook89
2021-08-10 22:02:46 -05:00
parent 9a44cc04b1
commit a63949636e

View File

@@ -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')