move forum style into its own file

This commit is contained in:
thomas girod
2024-08-15 00:40:30 +02:00
parent bbcc7ffeaa
commit 3f2b63aaa5
9 changed files with 189 additions and 159 deletions

View File

@@ -6,6 +6,11 @@
{{ topic }}
{% endblock %}
{% block additional_css %}
<link rel="stylesheet" href="{{ scss('forum/css/forum.scss') }}">
{% endblock %}
{% block head %}
{{ super() }}
<style type="text/css" media="all">