pulumi / examples

Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
https://www.pulumi.com
Apache License 2.0
2.36k stars 877 forks source link

Update deploy with pulumi button to be more visible in dark mode #1569

Closed zchase closed 8 months ago

zchase commented 8 months ago

In dark mode the "Deploy with Pulumi" button can be hard to see:

deploy-with-pulumi-darkmode

This PR update the button to include a dark mode version:

deploywithpulumilight

I doubled checked the tutorial generation for the website and these images are not used so we should not have to deal with two buttons rendering on those pages.

Fixes: https://github.com/pulumi/marketing/issues/932 Part of: https://github.com/pulumi/marketing/issues/951