diff options
author | Bradley Taunt <bt@btxx.org> | 2024-12-30 12:54:16 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-12-30 12:54:16 -0500 |
commit | f44440fb7c041707e20137683835c0d47327dc80 (patch) | |
tree | 88b41708ab703eb1453142ffa89875e6ec5846ff /_includes/head.html | |
parent | 790088f29dee189b4c1017ad539144cac1595c36 (diff) |
Include HTML dark mode support
Diffstat (limited to '_includes/head.html')
-rwxr-xr-x | _includes/head.html | 1 |
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> |