summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-03-27 23:45:59 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-03-27 23:45:59 -0600
commitaf586b81db1039224afed95e7f19f57a8298ba33 (patch)
treefa06c2542e094121581f119fd77e9e9cc862fe29 /templates/base.html
parent19f9b070a3ff7f647b9c00369fcf356492a7677b (diff)
css
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 37265f5..d0361ce 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
+ <meta name="theme-color" content="#6a9fb5">
<title>{% block title %}{% endblock %}</title>