diff --git a/textbookmarklet.js b/textbookmarklet.js index 2955c4c..e7f4c59 100644 --- a/textbookmarklet.js +++ b/textbookmarklet.js @@ -1,4 +1,4 @@ var win = window.open(); win.document.write( document.body.innerText.replace(/\n/g,"
")); -win.document.body.setAttribute("style","margin: 1in; font-family: monospace;"); +win.document.body.setAttribute("style","margin: 1in; font-family: monospace; color: rgb(255, 255, 255); border-color: rgb(13, 10, 10);");