Change logos and remove emojis

This commit is contained in:
crazywhalecc
2025-10-28 09:19:20 +08:00
parent be576a93d3
commit d33cf4ab58
5 changed files with 19 additions and 32 deletions

View File

@@ -4,19 +4,15 @@
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);
.vp-doc .contributors-header h2 {
padding-top: 0;
border-top: none;
}
.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);
.vp-doc .sponsors-header h2 {
padding-top: 0;
border-top: none;
}
.dark .VPImage.logo {