You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/02/09 09:25:59 UTC

[causeway] branch master updated: CAUSEWAY-3222: vertical logo and text positioning fix

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b9f2cf4745 CAUSEWAY-3222: vertical logo and text positioning fix
b9f2cf4745 is described below

commit b9f2cf474523c7752f935335a0108eaea6a428a1
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Feb 9 10:25:55 2023 +0100

    CAUSEWAY-3222: vertical logo and text positioning fix
---
 antora/supplemental-ui/css/home/style.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/antora/supplemental-ui/css/home/style.css b/antora/supplemental-ui/css/home/style.css
index 61abe6d819..7556555be4 100644
--- a/antora/supplemental-ui/css/home/style.css
+++ b/antora/supplemental-ui/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,