mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
invert image to white for dark templates
This commit is contained in:
parent
c55b97d61f
commit
748a083dda
@ -67,7 +67,7 @@ if(!isset($design)) $design = 'light';
|
||||
@if(!$whitelabel)
|
||||
<div style="display: flex; flex-direction: row; justify-content: center; margin-top: 1rem; margin-bottom: 1rem;">
|
||||
<a href="https://invoiceninja.com" target="_blank">
|
||||
<img style="height: 4rem;" src="{{ asset('images/created-by-invoiceninja-new.png') }}" alt="Invoice Ninja">
|
||||
<img style="height: 4rem; @if($design == 'dark') filter: invert(100%) @endif" src="{{ asset('images/created-by-invoiceninja-new.png') }}" alt="Invoice Ninja">
|
||||
</a>
|
||||
</div>
|
||||
@endif
|
||||
|
Loading…
Reference in New Issue
Block a user