updated 2015/assets/css/custom.css: changed the color of <small> inside headings.
authorrsiddharth <rsd@gnu.org>
Tue, 6 Jan 2015 01:41:08 +0000 (20:41 -0500)
committerrsiddharth <rsd@gnu.org>
Tue, 6 Jan 2015 01:41:08 +0000 (20:41 -0500)
2015/assets/css/custom.css

index 967cc289a1938ca5f09a3e5b79c45489e3057117..de4033f0e58232d0402445e268742315a5ba6217 100644 (file)
@@ -10,9 +10,8 @@ h2, h3  {
        color: rgb(88, 208, 121);
 }
 
-h2 small, h2 .small,
-h3 small, h3 .small  {
-       color: rgba(88, 208, 121, 0.6);
+h2 small, h2 .small, h3 small, h3 .small {
+       color: rgb(60, 142, 83);
 }