aboutsummaryrefslogtreecommitdiff
path: root/theme/sass/default.scss
diff options
context:
space:
mode:
authorEric Bidelman2012-04-09 19:23:37 -0700
committerEric Bidelman2012-04-09 19:23:37 -0700
commitca26979ec3e0f76c6623e9b488bfb976cd976566 (patch)
tree22457c09490ade1254fe414fd4bfa2832bc87738 /theme/sass/default.scss
parent5f5d79dc7395392057028380e876a2883722ee38 (diff)
downloadio-slides-remote-ca26979ec3e0f76c6623e9b488bfb976cd976566.tar.gz
Contact info config hooked up
Diffstat (limited to 'theme/sass/default.scss')
-rw-r--r--theme/sass/default.scss24
1 files changed, 19 insertions, 5 deletions
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 {
227} 227}
228 228
229a { 229a {
230 color: rgb(0, 102, 204); 230 color: $brand-blue-secondary2;
231 text-decoration: none;
232 padding-bottom: 2px;
233 border-bottom: 1px solid rgba(42, 124, 223, 0.5);
231 234
232 &:visited { 235/* &:visited {
233 color: rgba(0, 102, 204, .75); 236 color: rgba(0, 102, 204, 0.75);
234 } 237 }*/
235 238
236 &:hover { 239 &:hover {
237 color: black; 240 color: black !important;
238 } 241 }
239} 242}
240 243
@@ -716,3 +719,14 @@ aside.gdbar {
716 line-height: 1.4; 719 line-height: 1.4;
717 } 720 }
718} 721}
722
723[data-config-contact] {
724 a {
725 color: rgb(255, 255, 255);
726 border-bottom: none;
727 }
728 span {
729 width: 115px;
730 display: inline-block;
731 }
732} \ No newline at end of file