From 96fe158a869ca842ab3057f8efdffb9c71ec37e4 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 9 Sep 2022 09:08:31 +0000 Subject: [PATCH] Remove logo and fix #47 --- divent/static/css/global.css | 11 ++--------- divent/templates/base.html.j2 | 5 ----- divent/templates/index.html.j2 | 4 ++-- divent/templates/subscribe.html.j2 | 2 +- 4 files changed, 5 insertions(+), 17 deletions(-) diff --git a/divent/static/css/global.css b/divent/static/css/global.css index 2689ffc..de67ec9 100644 --- a/divent/static/css/global.css +++ b/divent/static/css/global.css @@ -15,6 +15,7 @@ body { a { text-decoration: none; + color: white; } body { @@ -24,15 +25,7 @@ body { color: #b9bbbe; display: flex; flex-direction: column; - justify-content: space-between; -} - -#logo { - position: relative; - left: 24px; - top: 24px; - height: 36px; - width: 130px; + justify-content: space-around; } footer, diff --git a/divent/templates/base.html.j2 b/divent/templates/base.html.j2 index 4794411..a0ccb98 100644 --- a/divent/templates/base.html.j2 +++ b/divent/templates/base.html.j2 @@ -13,11 +13,6 @@ href="{{ url_for('static', filename='css/global.css') }}"/> -
{% block content %} {% endblock content %} diff --git a/divent/templates/index.html.j2 b/divent/templates/index.html.j2 index 9877f9b..090f009 100644 --- a/divent/templates/index.html.j2 +++ b/divent/templates/index.html.j2 @@ -1,6 +1,6 @@ {% extends "base.html.j2" %} {% block content %} -
+
-

{{ client.user.display_name }}

+

{{ client.user.display_name }}

{{ _('The discord scheduled event calendar generator') }}


{{ _('This will allow you to:') }}

diff --git a/divent/templates/subscribe.html.j2 b/divent/templates/subscribe.html.j2 index dc01096..2ac11c7 100644 --- a/divent/templates/subscribe.html.j2 +++ b/divent/templates/subscribe.html.j2 @@ -12,7 +12,7 @@ width="80" height="80"/>
-

{{ client.user.display_name }}

+

{{ client.user.display_name }}

{{ _('The discord scheduled event calendar generator') }}