7 lines
95 B
CSS
7 lines
95 B
CSS
/* CSS 리셋 및 기본 스타일 */
|
|
@layer base {
|
|
body {
|
|
background-color: #000;
|
|
}
|
|
}
|