# Dark Background Pattern Implementation Guide ## Standard Dark Page Structure Every page should follow this consistent pattern: ```tsx export function PageName() { return (
Regular body text
Muted text
// Accent text WDI Pink Accent Accent Color ``` ### 4. Card Components ```tsx // Dark cardsCard description
// ✅ CORRECT - Light text on dark background
```
## Component Integration
### Using Existing Dark Components:
```tsx
// These components already handle dark styling