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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6c7e603  added shadow to github bar on the homepage
6c7e603 is described below

commit 6c7e603fd72318a8e8bbd67e4f414d28e951ed96
Author: Mauricio Stekl <[email protected]>
AuthorDate: Thu Sep 16 17:54:58 2021 -0300

    added shadow to github bar on the homepage
---
 css/ignite-redesign.css | 2 +-
 includes/scripts.html   | 4 ++--
 scss/homepage.scss      | 3 +++
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/css/ignite-redesign.css b/css/ignite-redesign.css
index 626f781..78c861a 100644
--- a/css/ignite-redesign.css
+++ b/css/ignite-redesign.css
@@ -1 +1 @@
-@charset 
"UTF-8";code[class*=language-],pre[class*=language-]{color:#ccc;background:0 
0;font-family:Consolas,Monaco,'Andale Mono','Ubuntu 
Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em
 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=langu [...]
\ No newline at end of file
+@charset 
"UTF-8";code[class*=language-],pre[class*=language-]{color:#ccc;background:0 
0;font-family:Consolas,Monaco,'Andale Mono','Ubuntu 
Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em
 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=langu [...]
\ No newline at end of file
diff --git a/includes/scripts.html b/includes/scripts.html
index b7dae2a..08a0257 100644
--- a/includes/scripts.html
+++ b/includes/scripts.html
@@ -1,7 +1,7 @@
 <!-- REMEMBER TO COPY ALL CHANGES TO download.html -->
 
-<link rel="stylesheet" href="/css/ignite-redesign.css?20210913" media="print" 
onload="this.media='all'">
-<noscript><link media="all" rel="stylesheet" 
href="/css/ignite-redesign.css?20210913"></noscript>
+<link rel="stylesheet" href="/css/ignite-redesign.css?20210916" media="print" 
onload="this.media='all'">
+<noscript><link media="all" rel="stylesheet" 
href="/css/ignite-redesign.css?20210916"></noscript>
 
 <script src="/js/lazysizes.min.js" async=""></script>
 
diff --git a/scss/homepage.scss b/scss/homepage.scss
index fe80679..28d503f 100644
--- a/scss/homepage.scss
+++ b/scss/homepage.scss
@@ -92,6 +92,9 @@
     width: 100%;
     z-index: 100;
     transition: transform .5s ease-in-out;
+    box-shadow: 0 8px 8px 10px #d5d5d5;
+    
+
 
     a {
         font-size: 18px;

Reply via email to