Skip to content

Commit f22c2d4

Browse files
committed
chore: Update DESIGN GUIDE.
1 parent de56f3a commit f22c2d4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

DESIGN.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -437,12 +437,12 @@ The design system embraces substantial whitespace to reduce cognitive load and e
437437
### Quick Color Reference (Dark Mode)
438438

439439
- **Page Background:** Dark Navy (`#0A0E19`)
440-
- **Surface / Elevated Background:** Dark Navy Deep (`#13182A`)
440+
- **Surface / Elevated Background:** Dark Navy Deep (`#161A26`)
441441
- **Higher Elevation:** Dark Elevated (`#202127`)
442442
- **Alt Background:** Dark Alt (`#161A26`)
443443
- **Primary Button Background:** White (`#FFFFFF`) with Black text (`#000000`)
444444
- **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`)
446446
- **Card Border:** Dark Border (`#3C3F44`)
447447
- **Body Text:** Warm Off-White (`#DFDFD6`)
448448
- **Secondary Text:** Muted Gray (`#98989F`)
@@ -458,7 +458,7 @@ The design system embraces substantial whitespace to reduce cognitive load and e
458458

459459
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`.
460460

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.
462462

463463
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.
464464

@@ -491,7 +491,7 @@ Dark mode uses a layered surface system to communicate elevation without shadows
491491
| Layer | Token | Value | Use Case |
492492
| ------------------ | ------------------- | ----------- | ---------------------------------------- |
493493
| **Page Base** | `--lb-d-bg-1` | `#0A0E19` | Page background, sidebar, nav backdrop |
494-
| **Elevated** | `--vp-c-bg-soft` | `#13182A` | Cards, dropdowns, code blocks |
494+
| **Elevated** | `--vp-c-bg-soft` | `#161A26` | Cards, dropdowns, code blocks |
495495
| **Higher Elev.** | `--vp-c-bg-elv` | `#202127` | Modals, popovers, floating panels |
496496
| **Alt Surface** | `--vp-c-bg-alt` | `#161A26` | Table rows, alternate section backgrounds |
497497
| **AI Section BG** | `--lb-ai-brand-bg` | `#09252A` | AI/Skill feature section background |
@@ -551,7 +551,7 @@ Primary button **inverts** in dark mode — white background with black text:
551551
### Dark Mode Cards
552552

553553
**Card / Default (Dark)**
554-
- **Background:** `#13182A`
554+
- **Background:** `#161A26`
555555
- **Border:** `1px solid #3C3F44`
556556
- **Border Radius:** `16px`
557557
- **Padding:** `24–28px`
@@ -690,7 +690,7 @@ A full teal scale for gradient and tinted backgrounds:
690690
| Token | Light | Dark | Role |
691691
| ------------------- | ------------- | ----------- | ----------------------- |
692692
| `--vp-c-bg` | `#FFFFFF` | `#0A0E19` | Page background |
693-
| `--vp-c-bg-soft` | `#F6F6F7` | `#13182A` | Soft/card surface |
693+
| `--vp-c-bg-soft` | `#F6F6F7` | `#161A26` | Soft/card surface |
694694
| `--vp-c-bg-elv` | `#FFFFFF` | `#202127` | Elevated surface |
695695
| `--vp-c-bg-alt` | `#F6F6F7` | `#161A26` | Alt background |
696696
| `--vp-c-text-1` | `#3C3C43` | `#DFDFD6` | Primary text |

0 commit comments

Comments
 (0)