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 85d89b9d60 CAUSEWAY-3222: CSS logo placement fix
85d89b9d60 is described below
commit 85d89b9d60ed23ed8a3847c8e6733813bc88b7c3
Author: Andi Huber <[email protected]>
AuthorDate: Thu Feb 9 10:11:12 2023 +0100
CAUSEWAY-3222: CSS logo placement fix
- also change code snipped bg color
---
antora/supplemental-ui/css/home/style.css | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/antora/supplemental-ui/css/home/style.css
b/antora/supplemental-ui/css/home/style.css
index e96a72d1bb..61abe6d819 100644
--- a/antora/supplemental-ui/css/home/style.css
+++ b/antora/supplemental-ui/css/home/style.css
@@ -49,6 +49,8 @@
--color-theme-blue: var(--color-causeway-purple);
--color-theme-green: var(--color-causeway-yellow);
+
+ --color-dark-overlay: #0000002e; /* black with some opacity*/
}
body {
@@ -201,6 +203,7 @@ h6 {
#header #logo img {
height: 48px;
+ margin-top: 1rem;
}
/*--------------------------------------------------------------
@@ -876,7 +879,7 @@ body.mobile-nav-active #mobile-nav-toggle {
--------------------------------*/
#call-to-action {
- background: var(--color-causeway-purple);
+ background: var(--color-dark-overlay);
background-size: cover;
padding: 40px 0;
}