.published-container {
  /* ... CSS variables for Publish that do not change when light or dark mode is enabled. They sometimes link to color variables in .theme-light or .theme-dark */
}

  

}

.theme-light {
  --code-background: #EEEEEE;
}

.theme-dark {
  --code-background: #555555;
}

.site-footer a {
  display: none;
  
    /*Hides powered by text*/
 }

