Signin: use black logo with CSS invert for white rendering on green panel

This commit is contained in:
lorentz 2026-04-13 02:52:33 +00:00
parent 5406d24c1f
commit cf79b3453d
4 changed files with 1 additions and 1 deletions

BIN
dev/SeubLogo_Hoz_ Black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
dev/SeubLogo_Hoz_ White.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View file

@ -8,7 +8,7 @@ export default function SignInPage() {
style={{ background: 'linear-gradient(160deg, #0F513F 0%, #15745a 60%, #1FA883 100%)' }}> style={{ background: 'linear-gradient(160deg, #0F513F 0%, #15745a 60%, #1FA883 100%)' }}>
<div> <div>
{/* eslint-disable-next-line @next/next/no-img-element */} {/* eslint-disable-next-line @next/next/no-img-element */}
<img src="/seubert-logo.png" alt="Seubert" width={220} /> <img src="/seubert-logo-black.png" alt="Seubert" width={220} style={{ filter: 'brightness(0) invert(1)' }} />
</div> </div>
<div> <div>
<h2 className="text-4xl font-bold text-white leading-tight"> <h2 className="text-4xl font-bold text-white leading-tight">