Files
static-php-cli/docs-v2/.vitepress/theme/style.css
crazywhalecc a348e838d7 Temp
2026-04-19 11:49:55 +08:00

25 lines
384 B
CSS

/** override default styles */
.vp-sponsor-grid-image {
max-height:36px !important;
max-width: 1000px !important;
}
.vp-doc .contributors-header h2 {
padding-top: 0;
border-top: none;
}
.vp-doc .sponsors-header h2 {
padding-top: 0;
border-top: none;
}
.dark .VPImage.logo {
filter: contrast(0.7);
}
.dark .VPImage.image-src {
filter: contrast(0.7);
}