From f5391d0621a768b4dd244717d147afd548770c48 Mon Sep 17 00:00:00 2001 From: Tetsuro Date: Fri, 29 Jan 2016 18:32:56 -0500 Subject: [PATCH] Links now have underlines for better visibility --- _layouts/default.html | 3 --- _sass/modules/_base.scss | 1 - _sass/modules/_layout.scss | 7 +++++++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 180172ca..41cf3522 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -20,11 +20,8 @@
-

{{ page.title }}

- {{ content }} -
diff --git a/_sass/modules/_base.scss b/_sass/modules/_base.scss index d3b013b8..3b8356a9 100644 --- a/_sass/modules/_base.scss +++ b/_sass/modules/_base.scss @@ -70,7 +70,6 @@ h1, h2, h3, h4, h5, h6 { /** Links */ a { color: $color-blue-5; - text-decoration: none; &:visited { color: #609; diff --git a/_sass/modules/_layout.scss b/_sass/modules/_layout.scss index 1dc701e7..867513e5 100644 --- a/_sass/modules/_layout.scss +++ b/_sass/modules/_layout.scss @@ -41,6 +41,11 @@ $wrapper-width: 800px; a { color: $color-white; + text-decoration: none; + + &:hover { + text-decoration: underline; + } } } @@ -78,6 +83,7 @@ $wrapper-width: 800px; .section__header { font-weight: bold; font-size: 1em; + text-decoration: none; color: $color-white; margin-bottom: $spacing-unit / 4; } @@ -93,6 +99,7 @@ $wrapper-width: 800px; display: inline-block; margin-top: $spacing-unit/4; opacity: 0.75; + text-decoration: none; &:hover { opacity: 1;