Files
web-temp/layers/assets/css/base/_reset.css

7 lines
95 B
CSS

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