little style fix

This commit is contained in:
Set Sakrecoer 2021-01-07 13:24:59 +01:00
parent 6e410d8ee7
commit 4fbe17595b
2 changed files with 11 additions and 1 deletions

View file

@ -3,7 +3,7 @@ bg-alt_rgba: 'rgba(60, 42, 82, 0.75)'
fg_rgba: 'rgb(235, 219, 248)'
fg-alt_rgba: 'rgba(235, 219, 248, 0.25)'
border_rgba: 'rgb(0, 0, 0)'
border-alt_rgba: 'rgba(0, 0, 0, 0.5)'
border-alt_rgba: 'rgba(0, 0, 0, 0.75)'
accent1_rgba: 'rgb(56, 255, 89)'
accent1-alt_rgba: 'rgba(56, 255, 89, 0.75)'
accent2_rgba: 'rgba(255, 145, 0, 1)'

View file

@ -52,6 +52,16 @@
</video>
</div>
{% endif %}
<!-- Transparent footer -->
{% if page.image %}
<style>
#main-wrapper {
background-image: url({{ page.image }});
background-attachment: fixed;
background-size: cover;
}
</style>
{% endif %}
</body>
</html>