Skip to content

Commit ff846d8

Browse files
style: light 테마 사용 강제
1 parent 001ea01 commit ff846d8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

frontend/src/app/globals.css

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@
44

55
pre {
66
font-family: inherit;
7-
}
7+
}
8+
9+
/* 다크 모드를 무시하고 항상 라이트 모드 적용 */
10+
@media (prefers-color-scheme: dark) {
11+
:root {
12+
color-scheme: light;
13+
}
14+
}

0 commit comments

Comments
 (0)