first commit

This commit is contained in:
douboer@gmail.com
2026-03-03 13:23:14 +08:00
commit 3b7c1d558a
161 changed files with 28120 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
:root {
--vp-c-brand-1: var(--vp-c-green-1);
--vp-c-brand-2: var(--vp-c-green-2);
--vp-button-brand-bg: var(--vp-c-brand-2);
--vp-home-hero-image-background-image: linear-gradient(180deg, var(--vp-home-hero-name-color) 50%,#272b33 50%);
--vp-home-hero-image-filter: blur(40px);
}
.VPImage {
border-radius: 5px;
}
.VPImage.image-src {
width: min(25vw, 200px);
height: min(25vw, 200px);
}
.image-src {
border-radius: 20px;
}
.dark .vp-doc .custom-block a {
transition: color 0.25s;
}