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

Tweak shadow values to match 5ePHB

box-shadows are a little smaller than drop-shadow. This just uses the same values we already found previously so the shadow size is not affected.
This commit is contained in:
Trevor Buckner
2024-08-01 00:46:08 -04:00
committed by GitHub
parent 8b68f24135
commit c77395149b

View File

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