Add dark mode #1

Merged
9pfs merged 2 commits from dark-mode into main 2024-07-07 15:32:51 +00:00

View file

@ -2,6 +2,11 @@
<html>
<head>
<title>dinobox</title>
<style>
:root {
color-scheme: light dark;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<body>