This commit is contained in:
ClaraCrazy 2025-12-13 02:43:38 +01:00
parent 21a6e760e5
commit dd6a901ca1
No known key found for this signature in database
GPG key ID: EBBC896ACB497011
2 changed files with 6 additions and 2 deletions

View file

@ -33,6 +33,10 @@ a.no-link-color {
color: #cccccc; color: #cccccc;
} }
p {
margin-bottom: unset;
}
.email:hover { .email:hover {
color: black; color: black;
background-color: #9b4cda; background-color: #9b4cda;

View file

@ -17,12 +17,12 @@
</div> </div>
<hr> <hr>
<div class="mail_body" style="padding-left:10%;"> <div class="mail_body" style="padding-left:10%;">
<h1 style="text-align:left;"> <h3 style="text-align:left;">
{{ mail.subject }} {{ mail.subject }}
<span style="float:right; padding-right:10vw;" > <span style="float:right; padding-right:10vw;" >
From: {{ mail.from.text }} at {{ mail.date| date }} From: {{ mail.from.text }} at {{ mail.date| date }}
</span> </span>
</p> </h3>
</div> </div>
{% if mail.html %} {% if mail.html %}
<div> <div>