made the noise for the header and footer less grey.
authorrsiddharth <rsd@gnu.org>
Mon, 7 Oct 2013 15:06:06 +0000 (20:36 +0530)
committerrsiddharth <rsd@gnu.org>
Mon, 7 Oct 2013 15:06:06 +0000 (20:36 +0530)
2014/assets/css/custom.css
2014/assets/img/l-noise.png [new file with mode: 0644]

index a8cb3d582c85a5fe1a32d4d62e9c5d53e10c5286..6d5e307b1214fc4b4315b9c927fb34733f3c98a5 100644 (file)
@@ -8,8 +8,8 @@ body {
 .lp-banner {
   box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.7);
   margin-bottom: 20px;
-  text-shadow: 0px 1px 0px #f9f9f9;
-  background-image: url(/2014/assets/img/noise.png);
+  text-shadow: 0px 1px 0px #ffffff;
+  background-image: url(/2014/assets/img/g-noise.png);
 }
 
 .lp-head h1 {
@@ -99,7 +99,7 @@ body {
   color: #555555;
   text-shadow: 0px 1px 0px #ffffff;
   vertical-align: middle;
-  background-color: rgba(218, 218, 218, 0.4);
+  background-color: rgba(237, 237, 237, 0.4);
   border: 1px solid #cccccc;
   border-radius: 4px;
   -webkit-box-shadow: none;
@@ -258,8 +258,8 @@ body {
   box-shadow: 0px 1px 9px rgba(255, 255, 255, 0.7);
   background-color: rgba(218, 218, 218, 0.1);
   margin-top: 1.5em;
-  text-shadow: 0px 1px 0px #f9f9f9;
-  background-image: url(/2014/assets/img/noise.png);
+  text-shadow: 0px 1px 0px #ffffff;
+  background-image: url(/2014/assets/img/g-noise.png);
 }
 
 #footer .container p {
diff --git a/2014/assets/img/l-noise.png b/2014/assets/img/l-noise.png
new file mode 100644 (file)
index 0000000..1d12d12
Binary files /dev/null and b/2014/assets/img/l-noise.png differ