feat. 색상 키컬러 적용
This commit is contained in:
@@ -9,14 +9,12 @@
|
||||
--foreground-reversal-40: rgba(0, 0, 0, 0.4);
|
||||
--foreground-reversal-70: #666666; /* gray-700 */
|
||||
|
||||
--primary: #3b82f6;
|
||||
--secondary: #64748b;
|
||||
|
||||
--surface: #f8fafc;
|
||||
|
||||
--textSecondary: #475569;
|
||||
--accent: #f59e0b;
|
||||
--border: #e2e8f0;
|
||||
/* 게임별 동적 색상 기본값 (API 로드 실패 시 fallback) */
|
||||
--game-primary: #3b82f6;
|
||||
--game-alternative-01: #64748b;
|
||||
--game-alternative-02: #64748b;
|
||||
--game-text-primary: #1f2937;
|
||||
--game-text-secondary: #6b7280;
|
||||
}
|
||||
|
||||
/* 다크 테마 색상 */
|
||||
@@ -30,13 +28,12 @@
|
||||
--foreground-reversal-40: rgba(255, 255, 255, 0.4);
|
||||
--foreground-reversal-70: #b2b2b2; /* gray-300 */
|
||||
|
||||
--primary: #60a5fa;
|
||||
--secondary: #94a3b8;
|
||||
--surface: #1e293b;
|
||||
|
||||
--textSecondary: #cbd5e1;
|
||||
--accent: #fbbf24;
|
||||
--border: #475569;
|
||||
/* 다크 테마 게임별 동적 색상 기본값 (API 로드 실패 시 fallback) */
|
||||
--game-primary: #60a5fa;
|
||||
--game-alternative-01: #94a3b8;
|
||||
--game-alternative-02: #94a3b8;
|
||||
--game-text-primary: #f9fafb;
|
||||
--game-text-secondary: #d1d5db;
|
||||
}
|
||||
|
||||
/* 커스텀 컴포넌트 스타일 */
|
||||
|
||||
Reference in New Issue
Block a user