commit a89fd41c946a2d532dbd71d463bcbff8bb0c3205
parent 272d09602df051a963f3ff89cfd12b3c9c5d5f6f
Author: alex wennerberg <alex@alexwennerberg.com>
Date: Sun, 12 Dec 2021 17:45:25 -0800
update templates
Diffstat:
3 files changed, 1 insertion(+), 17 deletions(-)
diff --git a/crabmail/templates/base.html b/crabmail/templates/base.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="Permissions-Policy" content="interest-cohort=()"/>
- <link rel="stylesheet" type="text/css" href="../style.css" />
+ <link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📧</text></svg>">
<meta name="description" content="Crabmail mailing list">
diff --git a/crabmail/templates/static/style.css b/crabmail/templates/static/style.css
@@ -23,21 +23,6 @@ table { border-spacing: 0.5em 0.1em; }
font-size: 1rem;
}
-.button {
- background-color: blue;
- border: none;
- color: white;
- text-align: center;
- text-decoration: none;
- padding: 3px 3px;
- display: inline-block;
- font-size: 16px;
-}
-
-.button:hover {
- background-color: green;
- color: white;
-}
.filesize {
text-align: right;
diff --git a/crabmail/templates/thread.html b/crabmail/templates/thread.html
@@ -10,7 +10,6 @@
<div class="email-body">
{{message.body}}
</div>
- <a class="button">reply</a>
<hr>
{% endfor %}
</div>