/* Custom styles for Tango docs (loaded via mkdocs.yml extra_css) */

/* Report-issue block at bottom of each page */
.docs-report-issue {
  margin-top: 0.5rem;
  border-top: 1px solid var(--md-default-fg-color--lighter, #dfdfdf);
  padding-top: 0.5rem;
  background: none;
}

.docs-report-issue a {
  color: var(--md-default-fg-color--light);
}

.docs-report-issue a:hover svg {  
  color: var(--md-code-hl-number-color);
}

.docs-report-issue a:hover .docs-report-issue__text {  
  text-decoration: underline;
}

.docs-report-issue__bug {
  vertical-align: -0.2em;
}

.docs-report-issue__bug path {
  stroke: currentColor;
  stroke-width: 10;
  stroke-linejoin: round;
  stroke-linecap: round;
  paint-order: stroke fill;
}
