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:
@@ -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)'),
|
||||
|
||||
Reference in New Issue
Block a user