Files
static-php-cli/docs/.vitepress/theme/style.css

29 lines
532 B
CSS
Raw Normal View History

2025-06-30 21:41:48 +08:00
/** override default styles */
.vp-sponsor-grid-image {
max-height:36px !important;
max-width: 1000px !important;
}
2025-10-27 21:52:08 +08:00
/* 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);
}