finkenhammer-theme/content/head.blade.php

33 lines
734 B
PHP

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link href="{{asset('template/css/main.css')}}" rel="stylesheet" >
<style>
h1,h2,h3{
color: #413c35;
}
a{
color: #71a866;
}
footer a{
color: white;
}
footer a:hover{
color: #f96b39;
}
</style
@include('template.'.config('settings.template').'.content.includes.integrations')