/*
Theme Name: Twenty Twenty-Four Random Gradient
Template: twentytwentyfour
Version: 1.0.0
*/

:root{
  --site-bg: #111; /* fallback */
}

/* Put the gradient on the page */
body.has-random-gradient {
  background: var(--site-bg) fixed !important;
  background-size: cover;
}

/* Twenty Twenty-Four / block themes render the site inside this wrapper */
.wp-site-blocks {
  background: transparent !important;
}

/* Sometimes the root container also gets a background */
.is-root-container {
  background: transparent !important;
}
