- <script src="/libs/jquery/jquery.min.js?version=2.1.4"></script>
- @if(Setting::get('app-color'))
- <style>
- header {
- background-color: #{{ Setting::get('app-color') }};
- }
- .faded-small {
- background-color: {{ Setting::get('app-color-rgba') }}}
- }
- .button-base, .button, input[type="button"], input[type="submit"] {
- background-color: #{{ Setting::get('app-color') }} !IMPORTANT;
- }
- </style>
+ <script src="{{ baseUrl("/libs/jquery/jquery.min.js?version=2.1.4") }}"></script>
+ @include('partials/custom-styles')
+
+ <!-- Custom user content -->
+ @if(setting('app-custom-head'))
+ {!! setting('app-custom-head') !!}