fix(FN-1327): replace purple-tinted bg-secondary/bg-tertiary with color-mix derived values
- Replace hardcoded purple-tinted --bg-secondary (#1a1a2e) and --bg-tertiary (#252536) with dynamic color-mix values - Use --surface and --card blending for better visual consistency with the dark theme palette - Ensure background layers harmonize with the existing surface/card design tokens
This commit is contained in:
@@ -100,8 +100,8 @@
|
|||||||
--surface: #161b22;
|
--surface: #161b22;
|
||||||
--card: #21262d;
|
--card: #21262d;
|
||||||
--card-hover: #282e36;
|
--card-hover: #282e36;
|
||||||
--bg-secondary: #1a1a2e;
|
--bg-secondary: color-mix(in srgb, var(--surface) 70%, var(--card));
|
||||||
--bg-tertiary: #252536;
|
--bg-tertiary: color-mix(in srgb, var(--surface) 40%, var(--card));
|
||||||
--border: #30363d;
|
--border: #30363d;
|
||||||
--text: #e6edf3;
|
--text: #e6edf3;
|
||||||
--text-muted: #8b949e;
|
--text-muted: #8b949e;
|
||||||
|
|||||||
Reference in New Issue
Block a user