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

@@ -38,7 +38,8 @@ endblock %} {% block content %}
</div>
{% else %}
<p class="empty-state">
No scenarios available. Create a scenario before adding parameters.
No scenarios available. Create a <a href="scenarios">scenario</a> before
adding parameters.
</p>
{% endif %}
</section>