no text-shadow

This commit is contained in:
adb-sh 2022-05-23 13:05:01 +02:00
parent 688901ae07
commit 61a910f3bf

View File

@ -48,6 +48,9 @@ try{
// deactivate @print css and add custom css (for pretty code)
await page.emulateMediaType('screen');
await page.addStyleTag({content: `
body{
text-shadow: none !important;
}
.hidden-print {
display: none !important;
}