style: Update color variables in CSS and improve scenario prompts in templates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user