From c6df06510bc85b7895fe663509323f6e3f456fdf Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 17 Sep 2013 20:36:49 +0200 Subject: Compact anchor styling, and drop superfluous declarations. --- local.scss | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/local.scss b/local.scss index fdc0728..398a7f2 100644 --- a/local.scss +++ b/local.scss @@ -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; -- cgit v1.2.3