Skip to content

Commit f1ac356

Browse files
committed
⚙️fix: dark mode devider line
1 parent a4db968 commit f1ac356

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

en/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ features:
6969

7070

7171
<!-- 分割线 -->
72-
<div style="text-align: center; margin-top: 120px; padding: 10px; color: #666; font-size: 14px;">
73-
<div style="border-top: 1px solid #e0e0e0; margin: 20px 0;"></div>
72+
<div style="text-align: center; margin-top: 120px; padding: 10px; color: var(--vp-c-text-2); font-size: 14px;">
73+
<div style="border-top: 1px solid var(--vp-c-divider); margin: 20px 0;"></div>
7474
<p style="margin: 0 0;">Emotion Machine (Beijing) Technology Co., Ltd.</p>
7575
<p style="margin: 0 0;">Copyright © 2024 SwanLab</p>
7676
</div>

zh/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ features:
6868
</style>
6969

7070
<!-- 分割线 -->
71-
<div style="text-align: center; margin-top: 120px; padding: 10px; color: #666; font-size: 14px;">
72-
<div style="border-top: 1px solid #e0e0e0; margin: 20px 0;"></div>
71+
<div style="text-align: center; margin-top: 120px; padding: 10px; color: var(--vp-c-text-2); font-size: 14px;">
72+
<div style="border-top: 1px solid var(--vp-c-divider); margin: 20px 0;"></div>
7373
<p style="margin: 0 0;">情感机器(北京)科技有限公司</p>
74-
<p style="margin: 0 0;"><a href="https://beian.miit.gov.cn/" target="_blank" style="color: #666; text-decoration: none;">京ICP备2024101706号-1</a> · 版权所有 ©2024 SwanLab</p>
74+
<p style="margin: 0 0;"><a href="https://beian.miit.gov.cn/" target="_blank" style="color: var(--vp-c-text-2); text-decoration: none;">京ICP备2024101706号-1</a> · 版权所有 ©2024 SwanLab</p>
7575
</div>

0 commit comments

Comments
 (0)