0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

Change filter to box-shadow

This commit is contained in:
G.Ambatte
2024-07-08 19:57:21 +00:00
parent 1b96dae27f
commit 7b9bd70554

View File

@@ -349,7 +349,7 @@ module.exports = [
/* Ink Friendly */
*:is(.page,.monster,.note,.descriptive) {
background : white !important;
filter : drop-shadow(0px 0px 3px #888) !important;
box-shadow : 0px 0px 3px #888 !important;
}
.page img {