aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 5ec6d73..c075a42 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -3,6 +3,8 @@
<head>
<title>cleberg.net</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="theme-color" content="#111" media="(prefers-color-scheme: dark)">
+ <meta name="theme-color" content="#fff" media="(prefers-color-scheme: light)">
{% if page %}
{% if page.description %}
<meta name="description" content="{{ page.description }}">