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

ahuber pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/causeway-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4370aa315 vertical logo and text positioning fix
4370aa315 is described below

commit 4370aa315d40f1377da34da68dd091693c3d7414
Author: Andi Huber <[email protected]>
AuthorDate: Thu Feb 9 10:23:53 2023 +0100

    vertical logo and text positioning fix
    
    - also fixing bg col in prev. commit
---
 content/_/css/home/style.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/content/_/css/home/style.css b/content/_/css/home/style.css
index 071adf0a6..d1685597d 100644
--- a/content/_/css/home/style.css
+++ b/content/_/css/home/style.css
@@ -180,6 +180,7 @@ h6 {
   padding: 0;
   font-family: "Android Insomnia", "Montserrat", sans-serif;
   font-weight: 900;
+  margin-top: -0.5rem; /* vertical logo and text positioning fix */
 }
 
 #header #logo h1 a {
@@ -879,7 +880,7 @@ body.mobile-nav-active #mobile-nav-toggle {
 --------------------------------*/
 
 #call-to-action {
-  background: var(--color-dark-overlay);
+  background: var(--color-causeway-purple);
   background-size: cover;
   padding: 40px 0;
 }
@@ -1207,7 +1208,7 @@ body.mobile-nav-active #mobile-nav-toggle {
 
 #call-to-action pre {
   color: wheat;
-  background-color: var(--color-causeway-blue);
+  background-color: var(--color-dark-overlay);
 }
 
 img.helloworld-copy,

Reply via email to