Set browser color theme

This commit is contained in:
Alexandre Iooss 2021-10-15 09:39:20 +02:00
parent 1f9d21f290
commit 47cb6294ad

View file

@ -13,6 +13,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<link rel="stylesheet" href="{% static "bootstrap5/css/bootstrap.min.css" %}">
<link rel="icon" type="image/png" sizes="16x16" href="{% static "favicon-16x16.png" %}">
<link rel="icon" type="image/png" sizes="32x32" href="{% static "favicon-32x32.png" %}">
<meta name="theme-color" content="#212529">
{% block extracss %}{% endblock %}
</head>
<body class="bg-light">