This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b246ef6  tint background color
     new d735fbe  Merge pull request #96 from erlangp/patch-1
b246ef6 is described below

commit b246ef6c3bfa21c0fc72eb33ada01bf27add2772
Author: bagus erlang <erla...@users.noreply.github.com>
AuthorDate: Mon Dec 31 10:08:29 2018 +0800

    tint background color
---
 netbeans.apache.org/src/content/scss/common/_netbeans.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/scss/common/_netbeans.scss 
b/netbeans.apache.org/src/content/scss/common/_netbeans.scss
index b2f1bea..8bc4336 100644
--- a/netbeans.apache.org/src/content/scss/common/_netbeans.scss
+++ b/netbeans.apache.org/src/content/scss/common/_netbeans.scss
@@ -155,7 +155,7 @@ section.hero {
 }
 
 .hero.news, .orbit-wrapper {
-  background: url('/images/hero-background.jpg') no-repeat;
+  background: linear-gradient(rgba(27, 106, 198, 0.88), rgba(46, 144, 232, 
0.84)), url("/images/hero-background.jpg") no-repeat;
   background-size: cover;
   background-position: center bottom;
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to