Skip to content

Commit 285b104

Browse files
sungbin1015claude
andcommitted
fix(design): dark mode 본문 색상 복원 — font-color-base dark 오버라이드 추가 [skip-notion]
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5149f6d commit 285b104

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎src/css/custom.css‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
--ifm-font-family-base: var(--smk-font-body);
8888
--ifm-heading-font-family: var(--smk-font-display);
89-
--ifm-font-color-base: rgb(44, 44, 43); /* Notion 본문 색상 */
89+
--ifm-font-color-base: rgb(44, 44, 43); /* Notion 본문 색상 (light) */
9090

9191
--ifm-code-font-size: 95%;
9292
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
@@ -346,6 +346,8 @@ article a:hover {
346346

347347
/* 다크 모드 */
348348
[data-theme='dark'] {
349+
--ifm-font-color-base: rgba(255, 255, 255, 0.88); /* dark mode 본문: 부드러운 흰색 */
350+
349351
--ifm-color-primary: var(--smk-primary-bright);
350352
--ifm-color-primary-dark: var(--smk-primary);
351353
--ifm-color-primary-darker: var(--smk-primary-deep);

0 commit comments

Comments
 (0)