/*!
 * Define stylesheet variables.
 */
/*!
 * This file overrides variables of Bootstrap.
 */
/*!
 * The main stylesheet of the site.
 *
 * Usage
 * In the root directory, run the following command:
 * sass resources/styles/scss/main.scss resources/styles/main.css --source-map
 */
.theme-site-langbar {
  font-size: 80%;
}

.theme-site-navbar .nav-link {
  padding: 1rem;
  color: #ef0000;
}
.theme-site-navbar .show > .nav-link,
.theme-site-navbar .active > .nav-link,
.theme-site-navbar .nav-link.show,
.theme-site-navbar .nav-link.active {
  background-color: #ef0000;
  color: #fff;
}

.articletree .badge {
  margin-bottom: 0.5rem;
}
.articletree .articletree-block:not(:only-child):not(.articletree-option) {
  margin-top: 1.25rem;
}

/*# sourceMappingURL=main.css.map */
