link

<a href="https://example.com">dolor consectetur</a>
<a href="{{url}}">{{linkText}}</a>
{
  "url": "https://example.com",
  "linkText": "dolor consectetur"
}
  • Content:
    a {
      color: #cd2653;
      text-decoration: none;
      -webkit-text-decoration-skip: ink;
              text-decoration-skip-ink: auto;
    }
    
    a:visited {
      text-decoration: underline;
      -webkit-text-decoration-skip: ink;
              text-decoration-skip-ink: auto;
    }
    
    a:hover, a:focus, a:active {
      text-decoration: underline;
      -webkit-text-decoration-skip: ink;
              text-decoration-skip-ink: auto;
    }
    
    a:focus {
      outline: thin dotted;
    }
  • URL: /components/raw/links/links.css
  • Filesystem Path: src/components/01-atoms/04-typography/04-inline-elements/01-links/links.css
  • Size: 429 Bytes
  • Handle: @links
  • Preview:
  • Filesystem Path: src/components/01-atoms/04-typography/04-inline-elements/01-links/links.hbs

No notes defined.