Lumen 버튼의 테두리와 hover/active 이동을 공통 레이어가 소유하도록 정리하고 색상 변형은 CSS 변수만 설정하게 합니다.\n\n모바일 하단의 외부·국가·빠른 이동·갱신·로비 버튼을 같은 계약에 연결하고 Chromium 회귀 검증을 확장합니다.
30 lines
1.3 KiB
CSS
30 lines
1.3 KiB
CSS
:root {
|
|
--sammo-font-sans: Pretendard, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
|
|
--sammo-color-text: #fff;
|
|
--sammo-color-text-muted: rgba(232, 221, 196, 0.7);
|
|
--sammo-color-accent: #f39c12;
|
|
--sammo-color-border: rgba(201, 164, 90, 0.4);
|
|
--sammo-color-action-bg: rgba(16, 16, 16, 0.6);
|
|
--sammo-color-error: #f5b7b1;
|
|
--sammo-general-icon-size: 64px;
|
|
--sammo-button-base1-bg: #141c65;
|
|
--sammo-button-base1-border: #12195b;
|
|
--sammo-button-base1-hover-bg: #101651;
|
|
--sammo-button-base1-hover-border: #0f154c;
|
|
--sammo-button-primary-bg: #375a7f;
|
|
--sammo-button-primary-border: #325172;
|
|
--sammo-button-secondary-bg: #444;
|
|
--sammo-button-secondary-border: #3d3d3d;
|
|
--sammo-button-danger-bg: #e74c3c;
|
|
--sammo-button-danger-border: #d04436;
|
|
--sammo-button-info-bg: #3498db;
|
|
--sammo-button-info-border: #2f89c5;
|
|
--sammo-button-navigation-bg: #00582c;
|
|
--sammo-button-navigation-border: #004f28;
|
|
--sammo-button-dark-bg: #212529;
|
|
--sammo-button-dark-border: #1e2125;
|
|
--sammo-texture-walnut: url('https://sam-image.hided.net/game/back_walnut.jpg');
|
|
--sammo-texture-green: url('https://sam-image.hided.net/game/back_green.jpg');
|
|
--sammo-texture-blue: url('https://sam-image.hided.net/game/back_blue.jpg');
|
|
}
|