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:
Krao Hasanee
2026-06-08 15:54:59 -04:00
parent e3b2df6e2c
commit e450f1b0d1
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -29,8 +29,8 @@
--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%),
linear-gradient(180deg, #111111 0%, #0d0d0d 42%, #0a0a0a 100%);
--card-bg: rgba(255, 255, 255, 0.02);
--card-bg-2: rgba(255, 255, 255, 0.08);
--card-bg: rgba(255, 255, 255, 0.06);
--card-bg-2: rgba(255, 255, 255, 0.10);
--popup-bg: rgba(13,13,13,0.88);
--text-primary: #ffffff;
--text-secondary: #a8a8a8;