diff options
-rw-r--r-- | local.scss | 23 |
1 files changed, 3 insertions, 20 deletions
@@ -1,6 +1,6 @@ @import "partials/base"; @import "compass/reset/utilities"; -@import "compass/typography/lists"; +@import "compass/typography"; @import "blueprint"; @include blueprint-typography; @@ -26,18 +26,9 @@ h1, h2, h3 { } a { - color: black; + @include hover-link; + @include link-colors(black, darkgreen, black, black); font-weight: bold; - text-decoration: none; -} - -a:hover { - color: darkgreen; - text-decoration: underline; -} - -a:visited { - color: black; } DIV.header, @@ -57,10 +48,6 @@ div.topbar { padding: 1em 2em; } -DIV.topbar a { - text-decoration: none; -} - DIV.topbar ul { @include inline-list; li { @@ -86,10 +73,6 @@ DIV.sidebar ul li SPAN.selflink { color: darkgreen; } -DIV.sidebar a { - text-decoration: none; -} - DIV.pagecloud { float: right; width: auto; |