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 maintenance entries.</p>
<p class="empty-state">
Create a <a href="scenarios">scenario</a> to view maintenance entries.
</p>
{% endif %}
<div id="maintenance-empty" class="empty-state">
Choose a scenario to review upcoming or completed maintenance.
@@ -95,7 +97,8 @@
<p id="maintenance-feedback" class="feedback hidden" role="status"></p>
{% else %}
<p class="empty-state">
Create a scenario before managing maintenance entries.
Create a <a href="scenarios">scenario</a> before managing maintenance
entries.
</p>
{% endif %}
</section>