Update coloring; match LP 2017 green.
authorrsiddharth <rsd@gnu.org>
Tue, 11 Oct 2016 02:09:51 +0000 (02:09 +0000)
committerrsiddharth <rsd@gnu.org>
Tue, 11 Oct 2016 02:09:51 +0000 (02:09 +0000)
modified:   2017/assets/css/custom.css

2017/assets/css/custom.css

index 1e401518e1c5db1f7d88fadb79b20cdf3a68e4cb..dd48488c268981ab7beea6d96e77610ff6f3ec33 100644 (file)
@@ -336,7 +336,7 @@ hr {
   margin-bottom: 0.3em;
   color: #ffffff;
   text-shadow: 0px 0px 0px #ffffff;
-  background-color: rgba(58, 208, 61, 0.6);
+  background-color: rgba(88, 208, 121, 0.9);
   text-decoration: none;
 }
 
@@ -346,8 +346,8 @@ hr {
 .btn-register.active,
 .open .dropdown-toggle.btn-register {
   color: #ffffff;
-  background-color: rgba(74, 161, 74, 0.9);
-  border-color: rgba(57, 132, 57, 0.2);
+  background-color: rgba(88, 208, 121, 1.0);
+  border-color: rgba(88, 208, 121, 1.0);;
 }
 
 .btn-register:active,
@@ -712,21 +712,28 @@ hr {
 }
 
 .nav > li.fsf-donate > a {
-  background-color: rgba(58, 208, 61, 0.6);
+  background-color: rgba(88, 208, 121, 0.9);
   margin-top: 20px;
   color: white;
 }
 
 .nav > li.btn-register > a {
-  background-color: rgba(58, 208, 61, 0.6);
+  background-color: rgba(88, 208, 121, 0.9);
   color: #ffffff;
   text-shadow: 0px 0px 0px #ffffff;
   text-decoration: none;
 }
 
+.navbar-default .navbar-nav > li.btn-register > a:focus,
+.navbar-default .navbar-nav > li.btn-register > a:hover {
+  background-color: transparent;
+  color: #ffffff;
+}
+
 .nav > li > a:hover,
 .nav > li > a:focus {
   background-color: rgba(88, 208, 121, 1.0);
+  color: #ffffff;
 }
 
 .nav-pills > li > a {