new color pallet
parent
c0b885f2c1
commit
e0a5e8dd31
|
@ -1,4 +1,4 @@
|
|||
<link rel="stylesheet" href="{{asset('template/css/bootstrap.min.css')}}" >
|
||||
<link rel="stylesheet" href="{{asset('template/css/app.css?v=15')}}" >
|
||||
<link rel="stylesheet" href="{{asset('template/css/app.css?v=145')}}" >
|
||||
|
||||
|
||||
|
|
|
@ -34,16 +34,5 @@
|
|||
</script>
|
||||
@endif
|
||||
|
||||
<!-- Hotjar Tracking Code for https://www.jobs-oberpfalz.de -->
|
||||
<script>
|
||||
(function(h,o,t,j,a,r){
|
||||
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
|
||||
h._hjSettings={hjid:201209,hjsv:6};
|
||||
a=o.getElementsByTagName('head')[0];
|
||||
r=o.createElement('script');r.async=1;
|
||||
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
|
||||
a.appendChild(r);
|
||||
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
|
||||
</script>
|
||||
|
||||
@endif
|
|
@ -5,7 +5,7 @@
|
|||
@include('template.'.config('settings.template').'.content.includes.css')
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar navbar-expand-lg navbar-light shadow-lg" style="background-color: #ebe5d8;" >
|
||||
<nav class="navbar navbar-expand-lg navbar-light shadow-lg" style="background-color: #b79c85b3;" >
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="{{url('/')}}">
|
||||
<img src="{{ asset('template/images/konradenhof-logo.png') }}" width="120;" class="d-inline-block align-top" alt="Alpakas vom Konradenhof">
|
||||
|
@ -41,7 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="container shadowed">
|
||||
<div class="container">
|
||||
@yield('content')
|
||||
</div>
|
||||
@include('template.'.config('settings.template').'.content.includes.footer')
|
||||
|
|
|
@ -267,7 +267,7 @@ ul.form_errors {
|
|||
body {
|
||||
font-family: 'Open Sans Condensed', sans-serif;
|
||||
background-image: url("{{ asset('template/images/background-pattern.png') }}");
|
||||
background: #ebe5d859;
|
||||
background: #c8c1bab3;
|
||||
color: black; }
|
||||
|
||||
|
||||
|
@ -548,7 +548,7 @@ body {
|
|||
|
||||
#footer {
|
||||
width: 100%;
|
||||
background: #ebe5d8;
|
||||
background: #b79c85b3;
|
||||
color: black;
|
||||
padding: 20px 0 20px; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue