From ca26979ec3e0f76c6623e9b488bfb976cd976566 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Mon, 9 Apr 2012 19:23:37 -0700 Subject: Contact info config hooked up --- theme/sass/default.scss | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) (limited to 'theme/sass/default.scss') diff --git a/theme/sass/default.scss b/theme/sass/default.scss index e583d5d..3815f8a 100644 --- a/theme/sass/default.scss +++ b/theme/sass/default.scss @@ -227,14 +227,17 @@ b { } a { - color: rgb(0, 102, 204); + color: $brand-blue-secondary2; + text-decoration: none; + padding-bottom: 2px; + border-bottom: 1px solid rgba(42, 124, 223, 0.5); - &:visited { - color: rgba(0, 102, 204, .75); - } +/* &:visited { + color: rgba(0, 102, 204, 0.75); + }*/ &:hover { - color: black; + color: black !important; } } @@ -716,3 +719,14 @@ aside.gdbar { line-height: 1.4; } } + +[data-config-contact] { + a { + color: rgb(255, 255, 255); + border-bottom: none; + } + span { + width: 115px; + display: inline-block; + } +} \ No newline at end of file -- cgit v1.2.3