load custom css also on login page (#4260)

This commit is contained in:
Nicolai Essig 2017-10-19 15:01:42 +02:00 committed by snipe
parent ae567c08db
commit 1e65c7bf9a

View file

@ -32,6 +32,10 @@
background-color: {{ $snipeSettings->header_color }};
border-color: {{ $snipeSettings->header_color }};
}
@if ($snipeSettings->custom_css)
{{ $snipeSettings->show_custom_css() }}
@endif
</style>
@endif