_links.scss 267 B

1234567891011121314
  1. // Default link styles
  2. a,
  3. .wp-block-navigation a {
  4. text-underline-offset: 0.15em;
  5. }
  6. // Select the focus states of all non-wpadmin and screen reader links
  7. a:not(.ab-item):not(.screen-reader-shortcut) {
  8. &:active,
  9. &:focus {
  10. outline: 1px dotted currentcolor;
  11. }
  12. }