Daniel Supernault пре 3 година
родитељ
комит
c08601e3d4
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      resources/views/layouts/spa.blade.php

+ 3 - 0
resources/views/layouts/spa.blade.php

@@ -21,6 +21,9 @@
 	<link rel="canonical" href="{{url(request()->url())}}">
 	<link href="{{ mix('css/app.css') }}" rel="stylesheet" data-stylesheet="light">
 	<link href="{{ mix('css/spa.css') }}" rel="stylesheet" data-stylesheet="light">
+	@if(config_cache('uikit.show_custom.css'))
+	<style type="text/css">{!!config_cache('uikit.custom.css')!!}</style>
+	@endif
 	@auth
 	<script type="text/javascript">
 		window._sharedData = {