Skip to content

Instantly share code, notes, and snippets.

@kitek
Created May 13, 2024 13:14
Show Gist options
  • Save kitek/859e6c1c7d6ca3f7bcd570b988cd95f4 to your computer and use it in GitHub Desktop.
Save kitek/859e6c1c7d6ca3f7bcd570b988cd95f4 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
body {
background-color: #fff;
font-family: Arial, sans-serif;
}
h1 {
color: #000;
font-size: 2em;
}
@media (prefers-color-scheme: dark) {
body {
background-color: black;
color: white;
}
}
</style>
</head>
<body>
<h1>Hello world!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment