This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway-antora.git
The following commit(s) were added to refs/heads/master by this push:
new 76a70b9 fixes build
76a70b9 is described below
commit 76a70b94341e07f16da1f3579c12f963186e556b
Author: danhaywood <[email protected]>
AuthorDate: Sun Feb 19 17:47:32 2023 +0000
fixes build
---
build/ui-bundle.zip | Bin 0 -> 355260 bytes
src/css/site-custom.css | 5 ++---
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip
new file mode 100644
index 0000000..163885f
Binary files /dev/null and b/build/ui-bundle.zip differ
diff --git a/src/css/site-custom.css b/src/css/site-custom.css
index b760114..ddc2986 100644
--- a/src/css/site-custom.css
+++ b/src/css/site-custom.css
@@ -18,12 +18,12 @@ Any CSS defined their will replace *this* file in the
template.
font-size: large;
border-radius: 5px;
padding: 5px;
- border-color: #5ab1bb; /* causeway cyan */;
+ border-color: #5ab1bb;
}
#algolia-search-input::placeholder {
opacity: 0.5;
- color: #5ab1bb; /* causeway cyan */;
+ color: #5ab1bb;
}
.navbar-brand .navbar-item:first-child,
@@ -35,4 +35,3 @@ Any CSS defined their will replace *this* file in the
template.
.navbar-brand .navbar-title {
padding-left: 10px;
}
-