summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 1c7f55c..058ce90 100644
--- a/index.php
+++ b/index.php
@@ -119,6 +119,7 @@ $content = ob_get_clean();
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php echo $title; ?></title>
+ <meta name="color-scheme" content="light dark">
<?php if (! empty($_ENV['CSS'])): ?>
<style><?php echo $_ENV['CSS']; ?></style>
<?php endif; ?>