/**
 * @file
 * Visual styles for links.
 */

ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0;
  /* LTR */
}

[dir="rtl"] ul.inline,
[dir="rtl"] ul.links.inline {
  padding-right: 0;
  padding-left: 15px;
}

ul.inline li {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
}

ul.links a.is-active {
  color: #000;
}

ul.tips {
  list-style-type: none;
}

.tags a {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  background: #e7e647;
  border-radius: 9999px;
  color: #435209;
}

.tags a:hover, .tags a:focus {
  background: #8ea604;
  color: #34400b;
}

.tags a:focus {
  outline-offset: 0.25rem;
  outline: 2px solid #34400b;
  border-radius: 9999px;
}

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