style: Update color variables in CSS and improve scenario prompts in templates
Some checks failed
Build and Push Docker Image / build-and-push (push) Successful in 1m51s
Deploy to Server / deploy (push) Failing after 2s
Run Tests / test (push) Failing after 4m44s

This commit is contained in:
2025-10-25 11:16:24 +02:00
parent 2b1771af86
commit 659b66cc28
8 changed files with 39 additions and 50 deletions

View File

@@ -15,7 +15,9 @@
</label>
</div>
{% else %}
<p class="empty-state">Create a scenario to view production output data.</p>
<p class="empty-state">
Create a <a href="scenarios">scenario</a> to view production output data.
</p>
{% endif %}
<div id="production-empty" class="empty-state">
Choose a scenario to review its production output.
@@ -81,7 +83,9 @@
</form>
<p id="production-feedback" class="feedback hidden" role="status"></p>
{% else %}
<p class="empty-state">Create a scenario before adding production output.</p>
<p class="empty-state">
Create a <a href="scenarios">scenario</a> before adding production output.
</p>
{% endif %}
</section>