Add dark mode #1
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue