Update link styling.
authorrsiddharth <rsd@gnu.org>
Tue, 11 Oct 2016 02:02:47 +0000 (02:02 +0000)
committerrsiddharth <rsd@gnu.org>
Tue, 11 Oct 2016 02:02:47 +0000 (02:02 +0000)
modified: 2017/assets/css/custom.css

2017/assets/css/custom.css

index 36110feb1332b33662c7517e8ae4644bb5bffe1f..1e401518e1c5db1f7d88fadb79b20cdf3a68e4cb 100644 (file)
@@ -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 {