scaffolding.less 303 B

123456789101112131415
  1. //
  2. // Flavour Scaffolding
  3. // --------------------------------------------------
  4. /*
  5. We do swich around footer and doc backgrounds.
  6. This keeps page bg with valid color while gives footer "trailing" effect
  7. */
  8. body, html {
  9. background: @page-footer-bg;
  10. }
  11. #misago-container {
  12. background: @body-bg;
  13. }