/**
 * Keep underline offset on abbreviations consistent with links
 */

@use "../settings" as *;

// stylelint-disable-next-line selector-no-qualifying-type
abbr[title] {
  text-underline-offset: $link-underline-offset;
}
