diff --git a/scss/_type.scss b/scss/_type.scss index fda6ed8df16..72f6415a1e7 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -103,13 +103,13 @@ blockquote { margin: 0 0 $line-height-computed; padding: ($line-height-computed / 2) $line-height-computed; border-left: 5px solid gray; - + p { font-weight: 300; font-size: ($font-size-base * 1.25); line-height: 1.25; } - + p:last-child { margin-bottom: 0; } @@ -148,6 +148,13 @@ address { // Links // ------------------------- +a { + color: $link-color; + + &:hover { + color: $link-hover-color; + } +} a.subdued { padding-right: 10px;