You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/12 16:53:15 UTC

[causeway-antora] branch master updated: adjusts colours

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 0d2f9b1  adjusts colours
0d2f9b1 is described below

commit 0d2f9b12b88a753d07895358e0b0e4c9cd5148c8
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Mar 12 16:53:07 2023 +0000

    adjusts colours
---
 build/ui-bundle.zip           | Bin 361592 -> 361595 bytes
 src/css/extensions/colors.css |   2 +-
 src/css/vars.css              |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip
index df9c1dc..8182b77 100644
Binary files a/build/ui-bundle.zip and b/build/ui-bundle.zip differ
diff --git a/src/css/extensions/colors.css b/src/css/extensions/colors.css
index 2265947..2714aed 100644
--- a/src/css/extensions/colors.css
+++ b/src/css/extensions/colors.css
@@ -2,7 +2,7 @@ div.body aside.nav,
 .nav-menu a,
 .nav-menu span,
 div.body aside.nav .nav-panel-explore {
-  color: var(--color-causeway-purple);
+  color: var(--color-causeway-blue);
 }
 
 div.body aside.nav {
diff --git a/src/css/vars.css b/src/css/vars.css
index 8a59d5e..82ba34f 100644
--- a/src/css/vars.css
+++ b/src/css/vars.css
@@ -45,7 +45,7 @@
   --panel-border-color: var(--color-smoke-90);
   /* navbar */
   --navbar-background: var(--color-smoke-30);
-  --navbar-font-color: var(--color-causeway-blue);
+  --navbar-font-color: var(--color-causeway-purple);
   --navbar_hover-background: var(--color-smoke-50);
   --navbar-button-background: var(--color-smoke-10);
   --navbar-button-border-color: var(--panel-border-color);