Add dark theme.

This commit is contained in:
2019-02-15 23:32:21 +01:00
parent 97fd6fcde0
commit 6a6b4015c8
12 changed files with 99 additions and 24 deletions

View File

@@ -4,14 +4,24 @@
{% block styles %}
{{ super() }}
<link rel="stylesheet" href="/static/dark_theme.css">
<link rel="stylesheet" href="/static/custom.css">
{% endblock %}
{% block body_attribs %}
style="background-image: url(/static/img/elite.png);
background-repeat: no-repeat;
background-position-x: left;
background-position-y: bottom;"
{% endblock %}
{% block content %}
<div class="container vertical-center">
<div class="card text-center mx-auto" style="width: 15rem">
<div class="card-header">Login</div>
<img src="/static/img/solaire.png" alt="Login" style="height: 15rem">
<div class="card-body">
<form method="post">
<div class="form-group">