0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-19 09:52:44 +00:00

Remove basic print snippets from PHB theme

This commit is contained in:
Trevor Buckner
2022-08-04 22:32:04 -04:00
parent 0611c67651
commit 58edf329f5
2 changed files with 3 additions and 25 deletions

View File

@@ -213,7 +213,7 @@ module.exports = [
icon : 'fas fa-tint',
gen : dedent`
/* Ink Friendly */
*:is(.page,.monster,.note,.descriptive) {
*:is(.page) {
background : white !important;
filter : drop-shadow(0px 0px 3px #888) !important;
}
@@ -223,6 +223,5 @@ module.exports = [
}\n\n`
},
]
},
}
];