dark mode
This commit is contained in:
parent
f4c27e5162
commit
c7fab4c4e2
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>dinobox</title>
|
<title>dinobox</title>
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
color-scheme: light dark;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<head>
|
<head>
|
||||||
<body>
|
<body>
|
||||||
<h1>dinobox</h1>
|
<h1>dinobox</h1>
|
||||||
|
|
Loading…
Reference in a new issue