consistent colors

This commit is contained in:
Set Hallstrom 2020-07-15 14:47:51 +02:00
parent 98ad49f041
commit 76f5489d30
3 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ layout: default
<!-- Banner -->
<section
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-left image-position-center" style="background-image:url('{{ page.image }}');background-size: cover; background-repeat: no-repeat;">
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;min-height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;min-height:100%;background-color: rgba(13, 13 ,13, 0.5);"></div>
<div id="mainwrap" class="content" style="z-index:1">
<h1 style="margin-top:80px">{{ page.title }}</h1>