diff options
author | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2022-05-05 14:41:10 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2022-05-05 14:41:10 +0200 |
commit | febfd792ce3a63314c980cc29440cf2f127953b4 (patch) | |
tree | 196b98d1ead81459869aa4675fd7a198b0d7822b /public/style2.css | |
parent | e740d60265adacfef6edb6b534ae31eedf9011da (diff) |
propper cram support (baring some details rng)
Diffstat (limited to 'public/style2.css')
-rw-r--r-- | public/style2.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/style2.css b/public/style2.css index 664771a..81841e2 100644 --- a/public/style2.css +++ b/public/style2.css @@ -49,6 +49,11 @@ footer { padding: 0 1rem; } +.jwm-mail-header { + background-color: var(--jwm-color-front); + padding: 1rem; +} + .jwm-mail-body { width: 80%; margin: 0rem auto; |