Compare commits

...

2 commits

Author SHA1 Message Date
7077ec8f7b
Merge branch 'main' into dark-mode
All checks were successful
Deploy website to nest / deploy (push) Successful in 5s
2024-07-07 03:41:32 +00:00
c7fab4c4e2
dark mode 2024-07-07 03:28:33 +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>