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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user