updated 2015/assets/css/custom.css
authorrsiddharth <rsd@gnu.org>
Wed, 10 Sep 2014 23:54:44 +0000 (19:54 -0400)
committerrsiddharth <rsd@gnu.org>
Wed, 10 Sep 2014 23:54:44 +0000 (19:54 -0400)
Made certain things green.

2015/assets/css/custom.css

index c14cff255f9fc8168c5f93742d0ccf59a3d62289..7578e95dc9fbe22530b6151c9098978a345d2767 100644 (file)
@@ -5,6 +5,17 @@ body {
   color: #333333;
 }
 
+
+h2, h3  {
+       color: rgb(88, 208, 121);
+}
+
+h2 small, h2 .small,
+h3 small, h3 .small  {
+       color: rgba(88, 208, 121, 0.6);
+}
+
+
 h3 {
   font-size: 20px;
 }
@@ -264,8 +275,8 @@ h3 {
 
 .btn-default {
   color: #ffffff;
-  background-color: rgba(145, 145, 145, 0.5);
-  border-color: rgba(145, 145, 145, 0.2);
+  background-color: rgba(88, 208, 121, 0.8);
+  border-color: rgba(88, 208, 121, 0.5);
 }
 
 .btn-default:hover,
@@ -274,8 +285,8 @@ h3 {
 .btn-default.active,
 .open .dropdown-toggle.btn-default {
   color: #ffffff;
-  background-color: rgba(129, 129, 129, 0.5);
-  border-color: rgba(129, 129, 129, 0.2);
+  background-color: rgba(88, 208, 121, 1.0);
+  border-color: rgba(88, 208, 121, 0.2);
 }
 
 @media (min-width:768px) {
@@ -313,14 +324,14 @@ h3 {
 }
 
 .nav > li.fsf-donate > a {
-  background-color: rgba(128, 0, 0, 0.6);
+  background-color: rgba(58, 208, 61, 0.6);
   margin-top: 20px;
 }
 
 .nav > li > a:hover,
 .nav > li > a:focus {
   text-decoration: none;
-  background-color: rgba(128, 0, 0, 0.7);
+  background-color: rgba(88, 208, 121, 1.0);
 }
 
 .nav-pills > li > a {
@@ -332,7 +343,7 @@ h3 {
 .nav-pills > li.active > a:hover,
 .nav-pills > li.active > a:focus {
   color: #ffffff;
-  background-color: rgba(128, 0, 0, 0.7);
+  background-color: rgba(88, 208, 121, 1.0);
 }
 
 .btn-carousel {
@@ -452,7 +463,7 @@ a {
 
 a:hover,
 a:focus {
-  color: #800000;
+  color: rgb(38, 208, 61);
   text-decoration: none;
 }