Link

<p>This is <a href="#" title="Example Site">an example link</a> to another page on this website</p>
<p>This is <a href="#" title="Example Site">an example link</a> to another page on this website</p>
/* No context defined for this component. */
  • Content:
    a {
    	color: $link;
    	text-decoration: none;
    	&:hover {
    		color: $link-alt;
    		text-decoration: underline;
    
    	}
    	&:visited {
    		color: $link-alt;
    	}
    	&:focus {
    		background-color: $highlight;
    		outline: 3px solid $highlight;
    	}
    }
  • URL: /components/raw/link/_link.scss
  • Filesystem Path: src/patterns/patterns/links/link/_link.scss
  • Size: 224 Bytes

Link

A standard link