/* Bootstrap 4 -> 5 compatibility shims for the vendored theme in style.css.
   Loaded after bootstrap.min.css and before style.css. */

/* Bootstrap 5's reboot underlines links by default; Bootstrap 4 did not. The theme
   was written against the BS4 baseline - it only clears text-decoration on :hover -
   so without this every link on the site renders underlined. */
a {
    text-decoration: none;
}
