From 51eb9793890e6cfa852b134c4d789a0747156a5c Mon Sep 17 00:00:00 2001 From: Benjamin Sternthal Date: Fri, 20 Mar 2026 12:55:58 -0700 Subject: [PATCH 1/2] Update Footer With OpenJS Approved Text & Logo --- .../site/_includes/footer.html | 21 +++++++++- packages/lit-dev-content/site/css/footer.css | 3 +- ...enjs_foundation-logo-horizontal-white.svg} | 40 ++++++++----------- 3 files changed, 37 insertions(+), 27 deletions(-) rename packages/lit-dev-content/site/images/{openjs_foundation-logo-horizontal-color.svg => openjs_foundation-logo-horizontal-white.svg} (76%) diff --git a/packages/lit-dev-content/site/_includes/footer.html b/packages/lit-dev-content/site/_includes/footer.html index 6ffd1fb47..089bbde07 100644 --- a/packages/lit-dev-content/site/_includes/footer.html +++ b/packages/lit-dev-content/site/_includes/footer.html @@ -11,7 +11,7 @@ id="footerOpenJSLogo" href="{{ site.baseurl - }}/images/openjs_foundation-logo-horizontal-color.svg" + }}/images/openjs_foundation-logo-horizontal-white.svg" label="OpenJS logo" > @@ -142,7 +142,24 @@

- Copyright (c) The Lit Project. Code licensed under + Copyright OpenJS Foundation and The Lit Project contributors. All rights + reserved. The OpenJS Foundation has registered trademarks and uses trademarks. + For a list of trademarks of the OpenJS Foundation, please see + our Trademark Policy and + Trademark List. Trademarks and logos not indicated on + the list of OpenJS Foundation trademarks are trademarks™ + or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them. +
+ The OpenJS Foundation | + Terms of Use | + Privacy Policy | + Bylaws | + Code of Conduct | + Trademark Policy | + Trademark List | + Cookie Policy +
+ Code licensed under BSD-3-Clause. Documentation licensed under CC-BY-3.0. diff --git a/packages/lit-dev-content/site/css/footer.css b/packages/lit-dev-content/site/css/footer.css index 4fb6faa02..83f991d24 100644 --- a/packages/lit-dev-content/site/css/footer.css +++ b/packages/lit-dev-content/site/css/footer.css @@ -49,7 +49,6 @@ } #footerBottom { - height: var(--footer-bottom-height); padding: 0 0.5em; display: flex; align-items: center; @@ -59,7 +58,7 @@ } #footerBottom > p > a { - color: var(--sys-color-primary); + color: var(--sys-color-primary-variant-dimmer); font-weight: 600; } diff --git a/packages/lit-dev-content/site/images/openjs_foundation-logo-horizontal-color.svg b/packages/lit-dev-content/site/images/openjs_foundation-logo-horizontal-white.svg similarity index 76% rename from packages/lit-dev-content/site/images/openjs_foundation-logo-horizontal-color.svg rename to packages/lit-dev-content/site/images/openjs_foundation-logo-horizontal-white.svg index fa063e7c5..1a4436d3e 100644 --- a/packages/lit-dev-content/site/images/openjs_foundation-logo-horizontal-color.svg +++ b/packages/lit-dev-content/site/images/openjs_foundation-logo-horizontal-white.svg @@ -3,15 +3,9 @@ - - - - - - - - - - - - - - - - - - - - - From 278a4bc113c14fcd0cf7f73bd379c32d8496f80a Mon Sep 17 00:00:00 2001 From: Benjamin Sternthal Date: Fri, 20 Mar 2026 13:03:58 -0700 Subject: [PATCH 2/2] fix for light mode --- .../site/_includes/footer.html | 11 ++- packages/lit-dev-content/site/css/footer.css | 7 +- ...penjs_foundation-logo-horizontal-color.svg | 67 +++++++++++++++++++ 3 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 packages/lit-dev-content/site/images/openjs_foundation-logo-horizontal-color.svg diff --git a/packages/lit-dev-content/site/_includes/footer.html b/packages/lit-dev-content/site/_includes/footer.html index 089bbde07..3997615f3 100644 --- a/packages/lit-dev-content/site/_includes/footer.html +++ b/packages/lit-dev-content/site/_includes/footer.html @@ -8,7 +8,16 @@ > +