diff --git a/stylesheets/base/global/_universal.styl b/stylesheets/base/global/_universal.styl index 902bd671..d2487133 100644 --- a/stylesheets/base/global/_universal.styl +++ b/stylesheets/base/global/_universal.styl @@ -4,7 +4,7 @@ img border: 0 -#content a:hover:not(p), #content a:hover:not(div) +#content a:hover:not(p), #content a:hover:not(div), #content a text-decoration: underline a diff --git a/stylesheets/patterns-cob-theme.styl b/stylesheets/patterns-cob-theme.styl index f212ac77..d517edd0 100644 --- a/stylesheets/patterns-cob-theme.styl +++ b/stylesheets/patterns-cob-theme.styl @@ -91,7 +91,7 @@ svg:not(:root) { } :link { color: $optimistic-blue-dark; - text-decoration: none + text-decoration: underline } .inverted, .inverted:link {