Repo restructure

This commit is contained in:
Nick Pack
2013-07-15 10:28:06 +01:00
parent 0fcf83793e
commit d8d6f54b67
19 changed files with 6 additions and 6 deletions

16
src/scss/_links.scss Normal file
View File

@ -0,0 +1,16 @@
// #Links
// ==================================================
a, a:visited {
color: $link_colour;
text-decoration: $link_decoration;
}
a:hover, a:focus {
color: $link_hover_colour;
text-decoration: $link_hover_decoration;
outline: $link_outline;
}
p a, p a:visited {
line-height: inherit;
}