/* bootstrap uses a lighter blue for links */
a, a:hover {
  color: inherit
}

/* before the vue app loads, the footer is crammed against the top of the screen (see /register.php) */
#vue3-app.-h-full {
  min-height: 100vh;
}