/** override default styles */ .vp-sponsor-grid-image { max-height:36px !important; 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); }