2016: Changed the styling of nav. pills.
authorrsiddharth <rsd@gnu.org>
Thu, 22 Oct 2015 22:52:55 +0000 (18:52 -0400)
committerrsiddharth <rsd@gnu.org>
Thu, 22 Oct 2015 22:52:55 +0000 (18:52 -0400)
2016/assets/css/custom.css

index 7235c898276d19839dc13cfe830d55a41a7649bf..31b1d74c4ca486a2d1dc9947a8065eb4d7d585dd 100644 (file)
@@ -612,7 +612,7 @@ hr {
 .nav > li {
   position: relative;
   display: block;
-  color: #ffffff;
+  color: inherit;
   text-shadow: 0px 0px 0px #dadada;
   text-align: center;
   margin-bottom: 0.4em;
@@ -625,8 +625,8 @@ hr {
   display: block;
   padding: 10px 15px;
   text-decoration: none;
-  background-color: rgba(145, 145, 145, 0.8);
-  transition: background-color 1s;
+  background-color: rgba(240, 240, 240, 0.8);
+  transition: background-color 0.1s;
 }
 
 .nav > li.fsf-donate > a {