/* overrides.css
   This file is loaded after main.css and prism.css.
   Put high-specificity or !important rules here to ensure they win over
   default styles in main.css. */

a {
  color: #2e8b57 !important; /* make link green regardless */
  text-decoration: none !important;
}

body.dark a {
  color: #7fffd4 !important;
}
