/* css styles */

/* Publication/working-paper titles are links wrapping italic text.
   Render those in black; leave all other links (supplementary links,
   about-section icons) in the theme's default link blue. */
a:has(em) {
  color: #000;
}
a:has(em):hover,
a:has(em):focus {
  color: #000;
}
