Flatten records page styling to match outer card background.

Use card-bg for equity curve and trade table instead of nested inner card colors.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-26 01:35:50 +08:00
parent f457e7d6c9
commit 64adce0e24
2 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
function themeColors() {
return {
bg: cssVar('--card-inner', '#101424'),
bg: cssVar('--card-bg', '#0a0c16'),
text: cssVar('--text-muted', '#7a82a0'),
grid: cssVar('--table-border', 'rgba(76,194,255,.1)'),
border: cssVar('--card-border', 'rgba(76,194,255,.22)'),