finkenhammer-theme/content/head.blade.php

44 lines
936 B
PHP
Raw Normal View History

2021-05-10 20:32:51 +00:00
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
2022-11-22 20:26:53 +00:00
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
2022-11-23 17:25:12 +00:00
<link href="{{asset('template/css/main.css?v=1')}}" rel="stylesheet" >
2021-05-10 20:32:51 +00:00
2022-11-22 20:26:53 +00:00
<style>
h1,h2,h3{
color: #413c35;
2022-11-23 17:25:12 +00:00
font-family: Merriweather-Bold;
2022-11-22 20:26:53 +00:00
}
a{
color: #71a866;
}
2022-11-24 14:30:36 +00:00
a:hover{
color: #71a866;
text-decoration: underline;
}
2022-11-22 20:26:53 +00:00
footer a{
color: white;
}
footer a:hover{
2022-11-23 10:39:41 +00:00
color: #71a866;
}
2022-11-22 20:26:53 +00:00
2022-11-23 10:39:41 +00:00
.card h2{
color: #71a866;
2022-11-22 20:26:53 +00:00
}
</style
2021-05-10 20:32:51 +00:00
2021-05-28 09:01:54 +00:00
@include('template.'.config('settings.template').'.content.includes.integrations')
2021-05-10 20:32:51 +00:00