Skip to content

Instantly share code, notes, and snippets.

@xezno
Created July 29, 2018 11:54
Show Gist options
  • Save xezno/d8ac977792dad84d0c140becb3a99216 to your computer and use it in GitHub Desktop.
Save xezno/d8ac977792dad84d0c140becb3a99216 to your computer and use it in GitHub Desktop.
The Prettify Button
var a=document.createElement('style');a.innerHTML="body{margin:5% auto;background:#f2f2f2;color:#444444;font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.8;text-shadow:0 1px 0 #ffffff;max-width:50%;}";document.body.appendChild(a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment