style: increase card-bg alpha to match Safari rendering
0.02 → 0.06 dark theme, card-bg-2 0.08 → 0.10 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -15,7 +15,8 @@
|
|||||||
"Bash(vercel --prod --yes)",
|
"Bash(vercel --prod --yes)",
|
||||||
"Bash(sed -n '1,15p' src/pages/external/ExternalMyInvoices.jsx)",
|
"Bash(sed -n '1,15p' src/pages/external/ExternalMyInvoices.jsx)",
|
||||||
"Bash(sed -n '1,15p' src/pages/client/ClientMyInvoices.jsx)",
|
"Bash(sed -n '1,15p' src/pages/client/ClientMyInvoices.jsx)",
|
||||||
"Bash(git commit -q -m 'fix: restore popupOverlayStyle import in ExternalMyInvoices *)"
|
"Bash(git commit -q -m 'fix: restore popupOverlayStyle import in ExternalMyInvoices *)",
|
||||||
|
"Bash(git commit -q -m 'style: increase card-bg alpha to match Safari rendering *)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-2
@@ -29,8 +29,8 @@
|
|||||||
--bg:
|
--bg:
|
||||||
radial-gradient(560px circle at 58% -6%, rgba(245, 165, 35, 0.16) 0%, rgba(245, 165, 35, 0.105) 24%, rgba(245, 165, 35, 0.055) 48%, rgba(245, 165, 35, 0.018) 72%, rgba(245, 165, 35, 0) 100%),
|
radial-gradient(560px circle at 58% -6%, rgba(245, 165, 35, 0.16) 0%, rgba(245, 165, 35, 0.105) 24%, rgba(245, 165, 35, 0.055) 48%, rgba(245, 165, 35, 0.018) 72%, rgba(245, 165, 35, 0) 100%),
|
||||||
linear-gradient(180deg, #111111 0%, #0d0d0d 42%, #0a0a0a 100%);
|
linear-gradient(180deg, #111111 0%, #0d0d0d 42%, #0a0a0a 100%);
|
||||||
--card-bg: rgba(255, 255, 255, 0.02);
|
--card-bg: rgba(255, 255, 255, 0.06);
|
||||||
--card-bg-2: rgba(255, 255, 255, 0.08);
|
--card-bg-2: rgba(255, 255, 255, 0.10);
|
||||||
--popup-bg: rgba(13,13,13,0.88);
|
--popup-bg: rgba(13,13,13,0.88);
|
||||||
--text-primary: #ffffff;
|
--text-primary: #ffffff;
|
||||||
--text-secondary: #a8a8a8;
|
--text-secondary: #a8a8a8;
|
||||||
|
|||||||
Reference in New Issue
Block a user