Different Background Style

This commit is contained in:
Corban-Lee Jones 2024-04-24 15:55:45 +01:00
parent 5c487aae8b
commit b5e50031ab
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 KiB

View File

@ -19,9 +19,9 @@
{% block stylesheets %}{% endblock stylesheets %}
</head>
<body data-bs-theme="light" style="background-image: url('/static/images/background.jpg'); background-size: cover;">
<body data-bs-theme="light" class="bg-body bg-gradient">
<div class="h-100 d-flex flex-column align-items-stretch flex-nowrap">
<div class="h-100 d-flex flex-column align-items-stretch flex-nowrap" style="background-image: url('/static/images/background-texture.webp'); background-size: cover;">
{% include 'includes/navbar.html' %}
{% block content %}{% endblock content %}
</div>