From 85ac9f8464587bdc932fe1ba185d3cd232a2c98e Mon Sep 17 00:00:00 2001 From: Jesse McConnell Date: Mon, 8 Apr 2024 09:02:36 -0500 Subject: [PATCH] add pom.xml for building locally and tweak jetty blue --- pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ ui/src/css/vars.css | 4 ++-- 2 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..ff02675 --- /dev/null +++ b/pom.xml @@ -0,0 +1,43 @@ + + + 4.0.0 + org.eclipse.jetty + jetty-website + 1.0.0-SNAPSHOT + pom + Jetty :: Project :: Website + Website for jetty.org + https://jetty.org + 1995 + + + Webtide + https://webtide.com + + + + + Eclipse Public License - Version 2.0 + https://www.eclipse.org/legal/epl-2.0/ + + + Apache Software License - Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + 1.0.0-SNAPSHOT + + + + + + org.antora + antora-maven-plugin + ${antora.plugin.version} + true + + + + diff --git a/ui/src/css/vars.css b/ui/src/css/vars.css index b8a59b1..979c2d4 100644 --- a/ui/src/css/vars.css +++ b/ui/src/css/vars.css @@ -20,7 +20,7 @@ --color-black: #000; /* jetty colors */ --color-jetty-orange: #fc390d; - --color-jetty-blue: #5f86b1; + --color-jetty-blue: #67adca; /* fonts */ --rem-base: 18; /* used to compute rem value from desired pixel value (e.g., calc(18 / var(--rem-base) * 1rem) = 18px) */ @@ -152,7 +152,7 @@ /* blog cards */ --color-card-shadow: var(--color-jetty-blue); - --color-focused: var(--color-jetty-blue); + --color-focused: var(--color-white); --color-net-id: var(--color-jetty-blue); --color-text-light: var(--color-white); --color-card-border: var(--color-jetty-blue);