alvinsga / candy-machine-v2

Fork, customize and deploy your Candy Machine v2 super quickly
https://candy-machine-v2-blush.vercel.app
MIT License
104 stars 117 forks source link

Background #1

Closed xBuddhaSupreme closed 2 years ago

xBuddhaSupreme commented 2 years ago

How exactly would I go about changing the background? Much luv on the work homie.

alvinsga commented 2 years ago

Thanks! You can do that in the app.css file in the selector below, where it says background-color

:root {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background-color: black;
}