Different Background Style
This commit is contained in:
parent
5c487aae8b
commit
b5e50031ab
BIN
apps/static/images/background-texture.webp
Normal file
BIN
apps/static/images/background-texture.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 373 KiB |
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user