diff --git a/README.md b/README.md index ec829aa..c2b1731 100755 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Due to this [Chrome bug](http://stackoverflow.com/questions/13975198/text-shadow -webkit-filter:opacity(1); ``` -Unfortunately, fonts and images get blurred and lose quality. Therefore `fixBoxShadows()` in `/public/javascript.js` fixes this bug, by +Unfortunately, fonts and images get blurred and lose quality. Therefore `fixBoxShadows()` in `/src/javascript.js` fixes this bug, by 1. searching for all elements with a box-shadow, 2. removing the box-shadow, diff --git a/index.html b/index.html index bca9d9b..64e15fc 100755 --- a/index.html +++ b/index.html @@ -60,7 +60,7 @@
-webkit-print-color-adjust:exact;
-webkit-filter:opacity(1);
-Unfortunately, fonts and images get blurred and lose quality. Therefore fixBoxShadows() in /public/javascript.js fixes this bug, by
Unfortunately, fonts and images get blurred and lose quality. Therefore fixBoxShadows() in /src/javascript.js fixes this bug, by