1
0
mirror of https://github.com/ZSCNetSupportDept/website.git synced 2025-10-29 09:25:04 +08:00

更新开发组文档,完善wiki的错误码板块,优化了结构

This commit is contained in:
2025-06-21 15:30:30 +08:00
parent 91b2352507
commit 92ae4a93d0
30 changed files with 171 additions and 32 deletions

View File

@@ -18,7 +18,7 @@
}
/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
[data-theme="dark"] {
--ifm-color-primary: #25c2a0;
--ifm-color-primary-dark: #21af90;
--ifm-color-primary-darker: #1fa588;
@@ -43,13 +43,17 @@
max-width: fit-content;
}
html[data-theme='dark'] .markdown h2 {
background: linear-gradient(to right, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0));
html[data-theme="dark"] .markdown h2 {
background: linear-gradient(
to right,
rgba(255, 255, 255, 0.01),
rgba(255, 255, 255, 0)
);
border-left-color: var(--ifm-color-primary-light);
}
/* 强制 Mermaid 图表在黑暗模式下使用白色背景 */
html[data-theme='dark'] .mermaid {
html[data-theme="dark"] .mermaid {
background-color: #ffffff !important;
color: #000000 !important;
}
@@ -62,5 +66,8 @@ html[data-theme='dark'] .mermaid {
padding: initial;
border-radius: initial;
background: initial;
}
/*.pagination-nav {
display: none;
}*/