15 lines
244 B
SCSS
15 lines
244 B
SCSS
/* #Links
|
|
================================================== */
|
|
a, a:visited {
|
|
color: $link_colour;
|
|
text-decoration: underline;
|
|
outline: 0;
|
|
}
|
|
|
|
a:hover, a:focus {
|
|
color: $link_hover_colour;
|
|
}
|
|
|
|
p a, p a:visited {
|
|
line-height: inherit;
|
|
} |