mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-17 05:52:42 +00:00
Update v3 ink-friendly snippet to reset drop-shadow rather than box-shadow
This commit is contained in:
@@ -390,11 +390,7 @@ module.exports = [
|
|||||||
/* Ink Friendly */
|
/* Ink Friendly */
|
||||||
.pages *:is(.page,.monster,.note,.descriptive) {
|
.pages *:is(.page,.monster,.note,.descriptive) {
|
||||||
background : white !important;
|
background : white !important;
|
||||||
box-shadow : 0px 0px 3px !important;
|
filter : drop-shadow(0px 0px 3px #888) !important;
|
||||||
}
|
|
||||||
|
|
||||||
.page .note:before {
|
|
||||||
box-shadow : 0px 0px 3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.page img {
|
.page img {
|
||||||
|
|||||||
Reference in New Issue
Block a user