diff --git a/changelog.md b/changelog.md index 481bcb572..87bd61bf3 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,7 @@ - Removing support for Docker. I have never used it, nor will I ever test for it, so I don't want to continue to explictly support it on this repo. Feel free to make a fork and make it docker-able though :) - Changed icon for the metadata - Made links useable in footer (thanks u/Dustfinger1 re:249) +- Added print media queries to remove box shadow on print (thanks u/dmmagic re: 246) diff --git a/client/homebrew/phbStyle/phb.style.less b/client/homebrew/phbStyle/phb.style.less index d1d6ba4f9..00ae8683b 100644 --- a/client/homebrew/phbStyle/phb.style.less +++ b/client/homebrew/phbStyle/phb.style.less @@ -391,6 +391,11 @@ body { box-shadow : none; } } +@media print { + .phb .descriptive, .phb blockquote{ + box-shadow : none; + } +} //***************************** // * WIDE // *****************************/