/* Mark links opened outside the site with a small external-link arrow. */
a[target="_blank"]::after {
  content: " ↗";
}
