new color pallet

master
Benjamin Völkl 2021-11-30 21:49:32 +01:00
parent c0b885f2c1
commit e0a5e8dd31
4 changed files with 5 additions and 16 deletions

View File

@ -1,4 +1,4 @@
<link rel="stylesheet" href="{{asset('template/css/bootstrap.min.css')}}" > <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')}}" >





View File

@ -34,16 +34,5 @@
</script> </script>
@endif @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 @endif

View File

@ -5,7 +5,7 @@
@include('template.'.config('settings.template').'.content.includes.css') @include('template.'.config('settings.template').'.content.includes.css')
</head> </head>
<body> <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"> <div class="container">
<a class="navbar-brand" href="{{url('/')}}"> <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"> <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>
</div> </div>
</nav> </nav>
<div class="container shadowed"> <div class="container">
@yield('content') @yield('content')
</div> </div>
@include('template.'.config('settings.template').'.content.includes.footer') @include('template.'.config('settings.template').'.content.includes.footer')

View File

@ -267,7 +267,7 @@ ul.form_errors {
body { body {
font-family: 'Open Sans Condensed', sans-serif; font-family: 'Open Sans Condensed', sans-serif;
background-image: url("{{ asset('template/images/background-pattern.png') }}"); background-image: url("{{ asset('template/images/background-pattern.png') }}");
background: #ebe5d859; background: #c8c1bab3;
color: black; } color: black; }




@ -548,7 +548,7 @@ body {


#footer { #footer {
width: 100%; width: 100%;
background: #ebe5d8; background: #b79c85b3;
color: black; color: black;
padding: 20px 0 20px; } padding: 20px 0 20px; }