- 将内联样式迁移至独立 CSS 文件以提升可维护性 - 在数据迁移文档中新增 CWD 自身格式支持说明,并补充全量备份功能描述 - 在管理员 API 文档中扩展数据管理接口,详细说明配置、统计及全量备份的导入导出
25 lines
529 B
CSS
25 lines
529 B
CSS
:root {
|
|
--vp-home-hero-name-color: transparent;
|
|
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #F08E1F, #ED6127);
|
|
--vp-c-brand-1: #ed6127;
|
|
--vp-c-brand-2: #ed6127;
|
|
--vp-c-brand-3: #ed6127;
|
|
--vp-c-brand-soft: rgba(237, 97, 39, 0.14);
|
|
}
|
|
|
|
.dark {
|
|
--vp-c-brand-1: #ed6127;
|
|
--vp-c-brand-2: #ed6127;
|
|
--vp-c-brand-3: #ed6127;
|
|
--vp-c-brand-soft: rgba(240, 142, 31, 0.18);
|
|
}
|
|
|
|
.extra-class {
|
|
max-width: 1200px;
|
|
margin: 2em auto 0;
|
|
padding: 0 24px;
|
|
}
|
|
|
|
.image-src {
|
|
max-width: 200px !important;
|
|
} |