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

@@ -1,17 +1,17 @@
:root {
--color-background: #f4f5f7;
--color-surface: #ffffff;
--color-text-primary: #1f2933;
--color-text-secondary: #475569;
--color-text-primary: #2a1f33;
--color-text-secondary: #624769;
--color-text-muted: #64748b;
--color-text-subtle: #94a3b8;
--color-text-invert: #ffffff;
--color-text-dark: #0f172a;
--color-text-strong: #111827;
--color-primary: #0b3d91;
--color-primary-strong: #2563eb;
--color-primary-stronger: #1d4ed8;
--color-accent: #38bdf8;
--color-primary: #5f320d;
--color-primary-strong: #7e4c13;
--color-primary-stronger: #837c15;
--color-accent: #bff838;
--color-border: #e2e8f0;
--color-border-strong: #cbd5e1;
--color-highlight: #eef2ff;
@@ -83,7 +83,7 @@ body {
height: 44px;
border-radius: 12px;
background: linear-gradient(
135deg,
0deg,
var(--color-primary-stronger),
var(--color-accent)
);
@@ -143,6 +143,7 @@ body {
}
.app-main {
background-color: var(--color-background);
display: flex;
flex-direction: column;
flex: 1;