aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/static/bg_blur.jpgbin0 -> 101961 bytes
-rw-r--r--app/templates/base.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/app/static/bg_blur.jpg b/app/static/bg_blur.jpg
new file mode 100644
index 0000000..dd8cc79
--- /dev/null
+++ b/app/static/bg_blur.jpg
Binary files differ
diff --git a/app/templates/base.html b/app/templates/base.html
index 1567d82..e8adc2e 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -38,7 +38,7 @@
</ul>
</div>
</nav>
- <header class="jumbotron jumbotron-fluid" style="background: url({{ url_for('static',filename='bg.png')}}) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
+ <header class="jumbotron jumbotron-fluid" style="background: url({{ url_for('static',filename='bg_blur.jpg')}}) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
<div class="container">
<h1 style="color: white;">Curie Web</h1>
</div>