해방 퀘스트 진행 바 색상을 테마별 흑백으로 단순화
기존 보라/빨강 2색에서 다크 테마는 흰색, 라이트 테마는 검정으로 통일. 1차/2차 구분은 동일 색상의 투명도(0.55 vs 1.0, 바는 0.25 vs 0.5)로만 주어 시각적 통일감을 확보. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
dc48f57501
commit
2911dfe3a8
1 changed files with 8 additions and 8 deletions
|
|
@ -141,10 +141,10 @@
|
|||
--btn-danger-bg-hover: #ef4444;
|
||||
--btn-danger-shadow: 0 4px 14px rgba(239, 68, 68, 0.2);
|
||||
|
||||
--liberation-primary: #a78bfa;
|
||||
--liberation-primary-bar: rgba(167, 139, 250, 0.5);
|
||||
--liberation-secondary: #fda4af;
|
||||
--liberation-secondary-bar: rgba(253, 164, 175, 0.5);
|
||||
--liberation-primary: rgba(255, 255, 255, 0.55);
|
||||
--liberation-primary-bar: rgba(255, 255, 255, 0.25);
|
||||
--liberation-secondary: rgb(255, 255, 255);
|
||||
--liberation-secondary-bar: rgba(255, 255, 255, 0.5);
|
||||
|
||||
--symbol-arcane-text: #c4b5fd;
|
||||
--symbol-arcane-bg: rgba(139, 92, 246, 0.15);
|
||||
|
|
@ -292,10 +292,10 @@
|
|||
--btn-danger-bg-hover: #b91c1c;
|
||||
--btn-danger-shadow: 0 4px 14px rgba(220, 38, 38, 0.25);
|
||||
|
||||
--liberation-primary: #7c3aed;
|
||||
--liberation-primary-bar: rgba(124, 58, 237, 0.5);
|
||||
--liberation-secondary: #e11d48;
|
||||
--liberation-secondary-bar: rgba(225, 29, 72, 0.5);
|
||||
--liberation-primary: rgba(0, 0, 0, 0.55);
|
||||
--liberation-primary-bar: rgba(0, 0, 0, 0.25);
|
||||
--liberation-secondary: rgb(0, 0, 0);
|
||||
--liberation-secondary-bar: rgba(0, 0, 0, 0.5);
|
||||
|
||||
--symbol-arcane-text: #6d28d9;
|
||||
--symbol-arcane-bg: rgba(139, 92, 246, 0.12);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue