Files
speckle-server/packages/server/assets/emails/templates/components/head.mjml
T
Gergő Jedlicska c4454c2ede refactor(server email templates): use the mjml ejs rendering for all emails (#1448)
* refactor(server email templates): use the mjml ejs rendering for all emails

* fix(server access request): await the server info pls
2023-03-13 15:07:13 +01:00

10 lines
260 B
XML

<mj-head>
<mj-attributes>
<mj-class name="bgblue" background-color="#3b82f6" />
</mj-attributes>
<mj-style inline="inline">
h1 { font-size: 2em } h2 { font-size: 1.5em } h3 { font-size: 1.17em } h4 {
font-size: 1em }
</mj-style>
</mj-head>