Skip to content

Instantly share code, notes, and snippets.

@Bradshaw
Created July 8, 2019 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bradshaw/d2340623dad5daba1007fb19c8d4911d to your computer and use it in GitHub Desktop.
Save Bradshaw/d2340623dad5daba1007fb19c8d4911d to your computer and use it in GitHub Desktop.
window.addEventListener('load',()=>{
if (document.styleSheets.length==0){
document.body.style.fontFamily = 'helvetica';
document.body.style.maxWidth = '600px';
document.body.style.margin = 'auto';
document.body.style.fontSize = 'large';
document.body.style.lineHeight = '1.4';
document.body.style.color = '#222222';
document.body.style.background = '#FEFEFE';
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment