@import url('entity-base.css');

.prose a:not(.button),
.article-body a:not(.button) {
  color: var(--gold2);
  text-decoration-line: underline;
  text-decoration-color: var(--gold2);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.prose a:not(.button):hover,
.article-body a:not(.button):hover {
  color: var(--text);
  text-decoration-color: var(--gold2);
}
