From a9abc7c8a7c1d49becd357732bd910b2d4fe67fe Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 11 Oct 2016 02:02:47 +0000 Subject: [PATCH] Update link styling. modified: 2017/assets/css/custom.css --- 2017/assets/css/custom.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/2017/assets/css/custom.css b/2017/assets/css/custom.css index 36110feb..1e401518 100644 --- a/2017/assets/css/custom.css +++ b/2017/assets/css/custom.css @@ -138,9 +138,7 @@ a:focus { a { color: inherit; - text-decoration: underline; - -moz-text-decoration-color: rgb(88, 208, 121); - text-decoration-color: rgb(88, 208, 121); + border-bottom: thin solid rgba(88, 208, 121, 0.8); } .alt-a { @@ -152,6 +150,7 @@ a { .lp-home a { text-decoration: none; + border-bottom: none; } /* hr */ @@ -495,6 +494,7 @@ hr { .carousel-control.left { background-image: none; background-repeat: repeat-x; + border-bottom: none; } .carousel-control.right { @@ -502,6 +502,7 @@ hr { background-repeat: repeat-x; left: auto; right: 0; + border-bottom: none; } /* Header */ @@ -707,6 +708,7 @@ hr { text-decoration: none; background-color: rgba(240, 240, 240, 0.8); transition: background-color 0.1s; + border-bottom: none; } .nav > li.fsf-donate > a { @@ -730,6 +732,7 @@ hr { .nav-pills > li > a { border-radius: 5px; color: inherit; + border-bottom: none; } .nav-pills > li.active > a, @@ -758,6 +761,7 @@ hr { line-height: 20px; margin-bottom: 9px; padding: 15px; + border-bottom: none; } .navbar-toggle { -- 2.25.1