summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis@fehcom.de>2023-03-04 18:11:23 +0100
committerJannis M. Hoffmann <jannis@fehcom.de>2023-03-04 18:11:23 +0100
commit9aee03308b838cda11b2fdc9dc7bd0605e5545ec (patch)
tree82ea62bc2824b09aff53f5c30ef22c74508be82a /public/style.css
parent15dd7ef72ff101a8886a9a0c8e9b27c9963a9a38 (diff)
better handling of mime_maintype in readmail
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css
index 81841e2..16bc419 100644
--- a/public/style.css
+++ b/public/style.css
@@ -1,6 +1,7 @@
:root {
--jwm-color-back: #eee;
--jwm-color-front: #ddd;
+ --jwm-color-alt: #dede95;
}
body {
@@ -47,6 +48,7 @@ footer {
background-color: var(--jwm-color-back);
border-radius: 5px;
padding: 0 1rem;
+ margin: 10px 0;
}
.jwm-mail-header {
@@ -56,7 +58,8 @@ footer {
.jwm-mail-body {
width: 80%;
- margin: 0rem auto;
+ margin: 1rem auto;
+ padding: 10px;
}
.jwm-mail-body > iframe.html-mail {
@@ -64,6 +67,10 @@ footer {
height: 400px;
}
+.jwm-mail-body-text-plain {
+ background-color: var(--jwm-color-alt);
+}
+
/* make sure this lines up with pure-md class */
@media screen and (max-width: 48em) {
.hide-small {
@@ -79,6 +86,7 @@ footer {
#mail-headers {
width: 100%;
+ margin: 15px 0;
}
#empty-folder {