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 d42df50 updates headings to orange
d42df50 is described below
commit d42df5013bf30613e580ae6ba066d218148d5bbc
Author: danhaywood <[email protected]>
AuthorDate: Mon Feb 20 07:03:50 2023 +0000
updates headings to orange
---
build/ui-bundle.zip | Bin 355325 -> 355324 bytes
src/css/vars.css | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip
index 04c7c2b..b627ab0 100644
Binary files a/build/ui-bundle.zip and b/build/ui-bundle.zip differ
diff --git a/src/css/vars.css b/src/css/vars.css
index 4a238a6..8a59d5e 100644
--- a/src/css/vars.css
+++ b/src/css/vars.css
@@ -25,7 +25,7 @@
--color-causeway-cyan: #5ab1bb;
--color-causeway-pink: #eeb4b3;
--color-causeway-blue: #2364aa;
- --color-causeway-yellow: #fec601;
+ --color-causeway-yellow: orange; /* in the logo it is #fec601, but we think
that is not dark enough, so we've tweaked */
/* fonts */
--rem-base: 18; /* used to compute rem value from desired pixel value (e.g.,
calc(18 / var(--rem-base) * 1rem) = 18px) */