WIP: Add styles

This commit is contained in:
Björn Fromme
2023-09-14 17:58:19 +02:00
parent f8c9ff82a5
commit 1127f08abc
26 changed files with 9313 additions and 18 deletions
+3 -2
View File
@@ -5,12 +5,13 @@
<title>{% block title %}Welcome!{% endblock %}</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>">
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
</head>
<body>
<body class="bg-white font-sans antialiased">
{% block body %}{% endblock %}
</body>
</html>