summaryrefslogtreecommitdiff
path: root/local.scss
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-09-17 20:36:49 +0200
committerJonas Smedegaard <dr@jones.dk>2013-09-17 20:36:49 +0200
commitc6df06510bc85b7895fe663509323f6e3f456fdf (patch)
tree975810c1a0d5fb788ddf8526ff3a3095b0f7a289 /local.scss
parent3c550b894503c3431e88aead69e06b9b68dade1f (diff)
Compact anchor styling, and drop superfluous declarations.
Diffstat (limited to 'local.scss')
-rw-r--r--local.scss23
1 files 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;