/* Loaded after styles.css so a bannerless profile has one continuous Colour 1 background. */
body[data-page-theme="profile"]:not(.profile-page-has-custom-banner) .app-shell::before {
  height: 100% !important;
  min-height: 100vh;
  background-color: var(--theme-page) !important;
  background-image: none !important;
}

.profile-page.profile-page-customised:not(.profile-page-has-banner) {
  background-color: transparent !important;
  background-image: none !important;
}
