-
-
-
-
+
+
- |
- Second Brain · Образовательная платформа
+ |
+
+
+
+
+
+
+ |
+ Second Brain · Образовательная платформа
+ |
+
+
+
+
+ |
+ ${content}
+ |
+
+
+
+
+ |
+ Это автоматическое письмо, не отвечайте на него.
+ |
+
+
+
+
+
|
-
-
-
- |
- ${content}
- |
-
-
-
-
- |
- Это автоматическое письмо, не отвечайте на него.
- |
-
-
-
+
@@ -61,14 +71,14 @@ function base(content: string) {
}
// Reusable inline styles
-const p = `style="margin:0 0 14px;font-family:'Courier New',Courier,monospace;font-size:14px;line-height:1.65;color:#323232;"`;
-const pLast = `style="margin:0;font-family:'Courier New',Courier,monospace;font-size:14px;line-height:1.65;color:#323232;"`;
+const p = `style="margin:0 0 14px;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.65;color:#323232;"`;
+const pLast = `style="margin:0;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.65;color:#323232;"`;
function btn(href: string, label: string) {
return ``;
|