chore: vitepress 1.0.0-rc.4 => 1.0.0-rc.31(还原配色方案)

This commit is contained in:
2023-11-29 20:47:15 +08:00
parent 2bee4ac4ef
commit 48eb24c674
17 changed files with 1056 additions and 1015 deletions

View File

@@ -250,8 +250,10 @@
.vp-doc a {
font-weight: 400;
color: var(--vp-c-text-1);
text-decoration: none;
}
.vp-doc a:hover {
color: var(--vp-c-brand);
color: var(--vp-c-brand-1);
text-decoration: underline;
}
</style>

View File

@@ -159,8 +159,9 @@
.meta-content a {
font-weight: 400;
color: var(--vp-c-text-2);
text-decoration: none;
}
.meta-content a:hover {
color: var(--vp-c-brand);
color: var(--vp-c-brand-1);
}
</style>

View File

@@ -251,9 +251,11 @@ svg:not(:root) {
font-weight: 400;
font-size: 14px;
color: var(--vp-c-text-1);
text-decoration: none;
}
.vp-doc a:hover {
color: var(--vp-c-brand);
color: var(--vp-c-brand-1);
text-decoration: underline;
}
.meta-content a {
font-size: 14px;

View File

@@ -89,9 +89,11 @@
a {
font-weight: 400;
color: var(--vp-c-text-2);
text-decoration: none;
}
a:hover {
color: var(--vp-c-brand);
color: var(--vp-c-brand-1);
text-decoration: underline;
}
</style>

View File

@@ -39,7 +39,8 @@
display: none;
}
a:hover {
color: var(--vp-c-brand);
color: var(--vp-c-brand-1);
text-decoration: underline;
}
@media (min-width: 768px) {
.VPFooter {

View File

@@ -18,16 +18,10 @@
--vp-home-hero-image-filter: blur(40px);
/* 1.0.0-beta.7 及以前版本配色方案 */
--vp-c-brand: var(--vp-c-green);
--vp-c-brand-light: var(--vp-c-green-light);
--vp-c-brand-lighter: var(--vp-c-green-lighter);
--vp-c-brand-lightest: var(--vp-c-green-lightest);
--vp-c-brand-dark: var(--vp-c-green-dark);
--vp-c-brand-darker: var(--vp-c-green-darker);
--vp-c-brand-darkest: var(--vp-c-green-darkest);
--vp-c-brand-dimm-1: var(--vp-c-green-dimm-1);
--vp-c-brand-dimm-2: var(--vp-c-green-dimm-2);
--vp-c-brand-dimm-3: var(--vp-c-green-dimm-3);
--vp-c-brand-1: var(--vp-c-green-1);
--vp-c-brand-2: var(--vp-c-green-2);
--vp-c-brand-3: var(--vp-c-green-3);
--vp-c-brand-soft: var(--vp-c-green-soft);
}
@media (min-width: 640px) {