diff options
Diffstat (limited to 'app/templates/base.html')
-rw-r--r-- | app/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index 7711512..1567d82 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -38,9 +38,9 @@ </ul> </div> </nav> - <header class="jumbotron jumbotron-fluid"> + <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;"> <div class="container"> - <h1>Curie Web</h1> + <h1 style="color: white;">Curie Web</h1> </div> </header> <main> |