
/* My Kitchen on a white canvas. The page was `--hu-white-mist` (#F8F7F4) — a later
   grouped rule listing several pages beat the plain `#page-dashboard{background:#fff}`
   already in the file, so this needs id + .page weight to win. */
#page-dashboard.page,
#page-dashboard{
  background:#ffffff !important;
  background-color:#ffffff !important;
}
/* the "Food support" band was its own off-white #FAF7F2 stripe running the full
   width, which read as page background rather than as a section */
#page-dashboard .ff2-section{ background:#ffffff !important; }
