773f6f8e4ba9697629ce8c669c496d98a2704592f15f436b3f661cf7e79938bb0b2492f491b0775f12d84aa81f36144c1ff0aec55a00a7cb5c080bc4912013 265 B

123456789101112131415
  1. a.anchorjs-link {
  2. color: rgba(65, 131, 196, 0.1);
  3. font-weight: 400;
  4. text-decoration: none;
  5. transition: color 100ms ease-out;
  6. z-index: 999;
  7. }
  8. a.anchorjs-link:hover {
  9. color: rgba(65, 131, 196, 1);
  10. }
  11. sup {
  12. font-size: 0.75em !important;
  13. }