mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-06 13:34:50 +08:00
10 lines
354 B
PHP
10 lines
354 B
PHP
<!-- Bundled styles -->
|
|
<link rel="stylesheet" href="{{ url('public/style.css') }}">
|
|
<!-- AdminLTE color scheme -->
|
|
<link rel="stylesheet" href="{{ url('public/skins/'.option('color_scheme').'.min.css') }}">
|
|
|
|
<!-- User custom styles -->
|
|
<style>{!! option('custom_css') !!}</style>
|
|
{{-- Content added by plugins dynamically --}}
|
|
{!! bs_header_extra() !!}
|