Beautify docs

This commit is contained in:
crazywhalecc
2025-10-27 21:52:08 +08:00
parent fa6fa1c425
commit be576a93d3
7 changed files with 572 additions and 27 deletions

View File

@@ -4,3 +4,25 @@
max-width: 1000px !important;
}
/* Custom brand color */
:root {
--vp-c-brand-1: #9d7a47;
--vp-c-brand-2: #b08f59;
--vp-c-brand-3: #c8a16e;
--vp-c-brand-soft: rgba(157, 122, 71, 0.14);
}
.dark {
--vp-c-brand-1: #c8a16e;
--vp-c-brand-2: #b08f59;
--vp-c-brand-3: #9d7a47;
--vp-c-brand-soft: rgba(176, 143, 89, 0.16);
}
.dark .VPImage.logo {
filter: contrast(0.7);
}
.dark .VPImage.image-src {
filter: contrast(0.7);
}