fix: serve logo locally to fix broken image on nav/footer

External URL was unreachable from tools subdomain (CSP or cross-origin block),
causing a grey placeholder rectangle. Logo now served from assets/images/ and
brightness/invert filter removed — logo is white-on-transparent, displays
correctly on dark nav and footer without filtering.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-17 12:41:11 +02:00
parent 38683cffc0
commit c350750b7e
5 changed files with 5 additions and 8 deletions
+1 -4
View File
@@ -4469,8 +4469,6 @@ body.lt-landing {
.lt-nav__logo {
height: 34px;
width: auto;
filter: brightness(0) invert(1);
opacity: 0.90;
display: block;
}
@@ -4943,8 +4941,7 @@ body.lt-landing {
.lt-footer__logo {
height: 32px;
width: auto;
filter: brightness(0) invert(1);
opacity: 0.78;
opacity: 0.85;
display: block;
margin-bottom: 1.1rem;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB