You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESIGN.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -437,12 +437,12 @@ The design system embraces substantial whitespace to reduce cognitive load and e
437
437
### Quick Color Reference (Dark Mode)
438
438
439
439
-**Page Background:** Dark Navy (`#0A0E19`)
440
-
-**Surface / Elevated Background:** Dark Navy Deep (`#13182A`)
440
+
-**Surface / Elevated Background:** Dark Navy Deep (`#161A26`)
441
441
-**Higher Elevation:** Dark Elevated (`#202127`)
442
442
-**Alt Background:** Dark Alt (`#161A26`)
443
443
-**Primary Button Background:** White (`#FFFFFF`) with Black text (`#000000`)
444
444
-**Secondary Button Background:**`rgba(80, 80, 80, 0.5)` with light text (`#D1D5DB`)
445
-
-**Card Background:** Dark Navy Deep (`#13182A`)
445
+
-**Card Background:** Dark Navy Deep (`#161A26`)
446
446
-**Card Border:** Dark Border (`#3C3F44`)
447
447
-**Body Text:** Warm Off-White (`#DFDFD6`)
448
448
-**Secondary Text:** Muted Gray (`#98989F`)
@@ -458,7 +458,7 @@ The design system embraces substantial whitespace to reduce cognitive load and e
458
458
459
459
2.**Primary buttons must have 999px border radius** (fully rounded), black background / white text in light mode, white background / black text in dark mode. Padding `12px 24px`, height `44px`.
460
460
461
-
3.**Cards must have `1px solid #ECEDEE` border** (light) or `1px solid #3C3F44` (dark), `16px` border radius, `24–28px` padding. Background `#FFFFFF` light / `#13182A` dark. Apply L2 shadow only on hover.
461
+
3.**Cards must have `1px solid #ECEDEE` border** (light) or `1px solid #3C3F44` (dark), `16px` border radius, `24–28px` padding. Background `#FFFFFF` light / `#161A26` dark. Apply L2 shadow only on hover.
462
462
463
463
4.**Navigation bar is semi-transparent** with backdrop blur. Light: `rgba(255,255,255,0.8)` + `saturate(1.8) blur(20px)`. Dark: `rgba(10,14,25,0.8)` + same blur. Border-bottom: `1px solid` divider color.
464
464
@@ -491,7 +491,7 @@ Dark mode uses a layered surface system to communicate elevation without shadows
0 commit comments