/* Make any link to aeordb.com render in the Xenocept brand orange.
   Selector specificity bumped past mdBook's default `.content a:link` rule. */

.content a[href^="https://aeordb.com"]:link,
.content a[href^="http://aeordb.com"]:link,
.content a[href^="https://aeordb.com"]:visited,
.content a[href^="http://aeordb.com"]:visited {
  color: #f97316;
}

.content a[href^="https://aeordb.com"]:hover,
.content a[href^="http://aeordb.com"]:hover {
  color: #fb923c;
}
