Set browser color theme
This commit is contained in:
parent
1f9d21f290
commit
47cb6294ad
1 changed files with 1 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue