mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
25 lines
384 B
CSS
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);
|
|
}
|