feat. alert, confirm 모달 추가
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
/* CSS 리셋 및 기본 스타일 */
|
||||
@layer base {
|
||||
body {
|
||||
background-color: #000;
|
||||
@apply min-w-[320px] bg-black;
|
||||
}
|
||||
body.scroll-lock {
|
||||
overflow: hidden;
|
||||
@apply overflow-hidden;
|
||||
}
|
||||
|
||||
button,
|
||||
a {
|
||||
outline: none;
|
||||
@apply outline-none;
|
||||
}
|
||||
|
||||
/* 라이트 테마 색상 */
|
||||
[data-theme='light'] {
|
||||
body {
|
||||
background-color: #fff;
|
||||
@apply bg-white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
:root {
|
||||
/* 다크 테마 색상 */
|
||||
--foreground: #191919;
|
||||
--foreground-10: #292929;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user