Signin: use black logo with CSS invert for white rendering on green panel
This commit is contained in:
parent
5406d24c1f
commit
cf79b3453d
4 changed files with 1 additions and 1 deletions
BIN
dev/SeubLogo_Hoz_ Black.png
Normal file
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
BIN
dev/SeubLogo_Hoz_ White.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 69 KiB |
BIN
ondeck/public/seubert-logo-black.png
Normal file
BIN
ondeck/public/seubert-logo-black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
|
|
@ -8,7 +8,7 @@ export default function SignInPage() {
|
|||
style={{ background: 'linear-gradient(160deg, #0F513F 0%, #15745a 60%, #1FA883 100%)' }}>
|
||||
<div>
|
||||
{/* 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>
|
||||
<h2 className="text-4xl font-bold text-white leading-tight">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue