feat: consistent styling

This commit is contained in:
Per Stark
2024-12-28 23:54:58 +01:00
parent b4ae842e69
commit de7b3cee7f
18 changed files with 256 additions and 209 deletions

View File

@@ -11,7 +11,8 @@
<!-- Optional but recommended for iOS support -->
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" href="/assets/icons/icon-192x192.png">
<link rel="icon" href="/assets/icon/favicon.ico">
<link rel="apple-touch-icon" href="/assets/icon/apple-touch-icon.png">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
{% block head %}{% endblock %}
</head>