css

@media (prefers-color-scheme: light) {
	/*라이모드 내용*/
}
@media (prefers-color-scheme: dark) {
	/*다크모드 내용*/
}