aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-12-30 12:54:16 -0500
committerBradley Taunt <bt@btxx.org>2024-12-30 12:54:16 -0500
commitf44440fb7c041707e20137683835c0d47327dc80 (patch)
tree88b41708ab703eb1453142ffa89875e6ec5846ff
parent790088f29dee189b4c1017ad539144cac1595c36 (diff)
Include HTML dark mode support
-rwxr-xr-x_includes/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/head.html b/_includes/head.html
index a0bd356..04a34fc 100755
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -1,5 +1,6 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="color-scheme" content="dark light">
<link rel="icon" href="data:,">
<title>1kB</title>
</head>