feat: Link compiled CSS bundle for non-JS client

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2025-12-04 18:16:50 +00:00
parent 32cbf47d95
commit 85b6fbabf3
2 changed files with 17 additions and 5 deletions

View File

@@ -30,16 +30,15 @@
-->
<title>{{ title }}</title>
{% if css_file %}
<link href="/static/css/{{ css_file }}" rel="stylesheet">
{% endif %}
<style>
html {
overflow-y: scroll;
}
body {
background: #000;
}
.nojs {
color: white;
max-width: 32rem;
background: #eeeeee;
}
</style>
</head>