Skip to content

Instantly share code, notes, and snippets.

@nateabele
Last active January 30, 2023 17:48
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 nateabele/186825281fc96772468828786f86349a to your computer and use it in GitHub Desktop.
Save nateabele/186825281fc96772468828786f86349a to your computer and use it in GitHub Desktop.
html, body {
background: gray;
color: white;
}
<html>
<head>
<link type="text/css" rel="stylesheet" id="dark-mode-custom-link" />
<link type="text/css" rel="stylesheet" href="./index.css" />
</head>
<body>
Run `parcel` against this file, open the console, then save a change to it.
<script>
alert(document.body.innerText);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment