/*
 * Copyright (c) 2023, OARC Inc.
 * Written by Matthew Pounsett <matt@NimbusOps.com>
 */

:root {
  /* Overriding the base text colour of the Solar theme to make it higher
   * contrast
   */
  --bs-body-color: #ddd;
}

  body {
  /* keep things from hiding behind the navbar and footer */
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
