We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957bd91 commit 3c8640cCopy full SHA for 3c8640c
1 file changed
src/styles/style.css
@@ -13,7 +13,7 @@
13
14
body {
15
margin: 0;
16
- /* Use theme variable so dark/light apply globally via :root[data-theme] */
+ /* 테마 변수를 사용하여 다크 라이트 전역으로 적용되도록 함 */
17
background-color: var(--bg-primary, #f8f8f8);
18
width: 100%;
19
min-height: 100vh;
0 commit comments