Make the design less aggresive

- Softer violet
- Add borders to delimit cards
- Bolder titles
- Bigger inputs
This commit is contained in:
Bat
2018-05-13 21:33:21 +01:00
parent 9c9799eee2
commit 1870f52332
8 changed files with 78 additions and 45 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ Notifications
{% block content %}
<h1>Notifications</h1>
<div>
<div class="list">
{% for notification in notifications %}
<div>
<div class="card">
<h3><a href="{% if notification.link %}{{ notification.link }}{% else %}#{% endif %}">{{ notification.title }}</h3>
{% if notification.content %}
<p>{{ notification.content }}</p>