chore: vitepress 1.0.0-rc.4 => 1.0.0-rc.31(还原配色方案)
This commit is contained in:
@@ -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>
|
@@ -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>
|
@@ -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;
|
||||
|
@@ -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>
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user